We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d0d61 commit 6fe547cCopy full SHA for 6fe547c
internal/table/retry_test.go
@@ -134,7 +134,7 @@ func TestDoBadSession(t *testing.T) {
134
func TestDoCreateSessionError(t *testing.T) {
135
rootCtx := xtest.Context(t)
136
xtest.TestManyTimes(t, func(t testing.TB) {
137
- ctx, cancel := xcontext.WithTimeout(rootCtx, time.Millisecond)
+ ctx, cancel := xcontext.WithTimeout(rootCtx, 30*time.Millisecond)
138
defer cancel()
139
p := pool.New[*session, session](ctx,
140
pool.WithCreateItemFunc[*session, session](func(ctx context.Context) (*session, error) {
0 commit comments