Skip to content

Commit c733166

Browse files
committed
Merge branch 'fix'
2 parents 7eb5119 + 87c9717 commit c733166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conn_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ func newConnTest(t testing.TB, dialOpts *websocket.DialOptions, acceptOpts *webs
329329
}
330330
t.Helper()
331331

332-
ctx, cancel := context.WithTimeout(context.Background(), time.Second*30)
332+
ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
333333
tt = &connTest{t: t, ctx: ctx}
334334
tt.appendDone(cancel)
335335

0 commit comments

Comments
 (0)