mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 11:42:24 +00:00
Allow more time for test on slow CI
This commit is contained in:
parent
74ab538d2a
commit
34f17a6048
@ -332,7 +332,7 @@ func TestPoolBeforeAcquire(t *testing.T) {
|
|||||||
func TestPoolAfterRelease(t *testing.T) {
|
func TestPoolAfterRelease(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
||||||
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
|
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
|
||||||
defer cancel()
|
defer cancel()
|
||||||
|
|
||||||
func() {
|
func() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user