Skip to content

Commit

Permalink
Back out changes to e2e test timeout so we can get logs again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey committed Jan 4, 2024
1 parent c98f5f2 commit a9e707f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/medusa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func verifyRestoreJobFinished(t *testing.T, ctx context.Context, f *framework.E2
}

return !restore.Status.FinishTime.IsZero()
}, polling.medusaRestoreDone.timeout*100, polling.medusaRestoreDone.interval, "restore didn't finish within timeout")
}, polling.medusaRestoreDone.timeout, polling.medusaRestoreDone.interval, "restore didn't finish within timeout")

require.Eventually(func() bool {
dc := &cassdcapi.CassandraDatacenter{}
Expand Down

0 comments on commit a9e707f

Please sign in to comment.