Allow more time for test on slow CI
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user