Skip to content

Commit 6fe547c

Browse files
committed
fix
1 parent 51d0d61 commit 6fe547c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/table/retry_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func TestDoBadSession(t *testing.T) {
134134
func TestDoCreateSessionError(t *testing.T) {
135135
rootCtx := xtest.Context(t)
136136
xtest.TestManyTimes(t, func(t testing.TB) {
137-
ctx, cancel := xcontext.WithTimeout(rootCtx, time.Millisecond)
137+
ctx, cancel := xcontext.WithTimeout(rootCtx, 30*time.Millisecond)
138138
defer cancel()
139139
p := pool.New[*session, session](ctx,
140140
pool.WithCreateItemFunc[*session, session](func(ctx context.Context) (*session, error) {

0 commit comments

Comments
 (0)