Skip to content

Commit 6a56f09

Browse files
committed
Increase TestWASM timeout
1 parent b154599 commit 6a56f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: conn_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2354,7 +2354,7 @@ func TestWASM(t *testing.T) {
23542354

23552355
wsURL := strings.Replace(s.URL, "http", "ws", 1)
23562356

2357-
ctx, cancel := context.WithTimeout(context.Background(), time.Second*20)
2357+
ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
23582358
defer cancel()
23592359

23602360
cmd := exec.CommandContext(ctx, "go", "test", "-exec=wasmbrowsertest", "./...")

0 commit comments

Comments
 (0)