Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Sep 8, 2024
1 parent 51d0d61 commit 6fe547c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/table/retry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func TestDoBadSession(t *testing.T) {
func TestDoCreateSessionError(t *testing.T) {
rootCtx := xtest.Context(t)
xtest.TestManyTimes(t, func(t testing.TB) {
ctx, cancel := xcontext.WithTimeout(rootCtx, time.Millisecond)
ctx, cancel := xcontext.WithTimeout(rootCtx, 30*time.Millisecond)
defer cancel()
p := pool.New[*session, session](ctx,
pool.WithCreateItemFunc[*session, session](func(ctx context.Context) (*session, error) {
Expand Down

0 comments on commit 6fe547c

Please sign in to comment.