diff --git a/pgxpool/common_test.go b/pgxpool/common_test.go index 68e13a77..04f370c6 100644 --- a/pgxpool/common_test.go +++ b/pgxpool/common_test.go @@ -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(5 * time.Millisecond) + time.Sleep(25 * time.Millisecond) } type execer interface {