mirror of https://github.com/jackc/pgx.git
Increase pool release conn wait time for CI
No simple way around sleeping for certain tests.pull/955/head
parent
f8c43c97ab
commit
d245ed47f1
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue