Skip to content

Commit 97e1084

Browse files
committed
duration of TestRaceWgClosed
1 parent 516f319 commit 97e1084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/table/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ func TestRaceWgClosed(t *testing.T) {
349349
}
350350
_ = p.Close(context.Background())
351351
wg.Wait()
352-
}, xtest.StopAfter(37*time.Second))
352+
}, xtest.StopAfter(27*time.Second))
353353
}
354354

355355
func TestSessionPoolDeleteReleaseWait(t *testing.T) {

0 commit comments

Comments
 (0)