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

test more sleep

parent a3c50bf8
No related branches found
No related tags found
1 merge request!213Allow to reset key store and stop key fetching
Pipeline #225430 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(5 * time.Second) time.Sleep(10 * time.Second)
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment