diff --git a/test/e2e/medusa_test.go b/test/e2e/medusa_test.go index c9a33b71c..f40919179 100644 --- a/test/e2e/medusa_test.go +++ b/test/e2e/medusa_test.go @@ -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{}