mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Up sleep time during reload test to not fail under certain test conditions
This commit is contained in:
@@ -230,7 +230,7 @@ func TestServer_ReloadListener(t *testing.T) {
|
||||
}
|
||||
|
||||
checkFinished()
|
||||
time.Sleep(2 * time.Second)
|
||||
time.Sleep(5 * time.Second)
|
||||
checkFinished()
|
||||
|
||||
if err := testCertificateName("foo.example.com"); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user