Allow more time for test on slow CI

pull/1653/head
Jack Christensen 2023-06-18 08:36:03 -05:00
parent 74ab538d2a
commit 34f17a6048
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ func TestPoolBeforeAcquire(t *testing.T) {
func TestPoolAfterRelease(t *testing.T) {
t.Parallel()
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
defer cancel()
func() {