2
0

Further increase wait times on timing tests for CI

This commit is contained in:
Jack Christensen
2021-11-20 10:43:13 -06:00
parent 885f39c368
commit 968a00094e
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
// completed. To test something that relies on the actual work for Conn.Release being completed we must simply wait.
// This function wraps the sleep so there is more meaning for the callers.
func waitForReleaseToComplete() {
time.Sleep(25 * time.Millisecond)
time.Sleep(500 * time.Millisecond)
}
type execer interface {