Skip to content
Snippets Groups Projects
Commit 30bdc167 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

Increase timeout of restart integration tests

See merge request !239
parent 4a1ee745
No related branches found
No related tags found
1 merge request!239Increase timeout of restart integration tests
Pipeline #239299 passed
...@@ -191,7 +191,7 @@ func TestRestartOfKMS(t *testing.T) { //nolint:gocyclo ...@@ -191,7 +191,7 @@ func TestRestartOfKMS(t *testing.T) { //nolint:gocyclo
t.Errorf("Error restarting KMS: %s", err) t.Errorf("Error restarting KMS: %s", err)
return return
} }
time.Sleep(10 * time.Second) time.Sleep(30 * time.Second)
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment