Skip to content

Commit 47508b3

Browse files
committed
duration of TestSessionPoolClose
1 parent 97e1084 commit 47508b3

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
@@ -290,7 +290,7 @@ func TestSessionPoolClose(t *testing.T) {
290290
if !closed3 {
291291
t.Errorf("session3 was not closed")
292292
}
293-
}, xtest.StopAfter(42*time.Second))
293+
}, xtest.StopAfter(17*time.Second))
294294
}
295295

296296
func TestRaceWgClosed(t *testing.T) {

0 commit comments

Comments
 (0)