diff --git a/server/accounts_test.go b/server/accounts_test.go index 453d7b9e..a5cc8d67 100644 --- a/server/accounts_test.go +++ b/server/accounts_test.go @@ -3618,7 +3618,7 @@ func TestAccountReloadServiceImportPanic(t *testing.T) { wg.Wait() totalRequests := requests.Load() - checkFor(t, 10*time.Second, 250*time.Millisecond, func() error { + checkFor(t, 20*time.Second, 250*time.Millisecond, func() error { resp := responses.Load() if resp == totalRequests { return nil