Up sleep time during reload test to not fail under certain test conditions

This commit is contained in:
Jeff Mitchell
2016-06-27 15:37:25 -04:00
parent b9c2c4b4b8
commit 6f0f46deb6

View File

@@ -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 {