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

set timeout to 20 seconds

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