Skip to content

Commit 23eeca8

Browse files
committed
Increase TestWASM timeout
1 parent 58ab202 commit 23eeca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conn_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2377,7 +2377,7 @@ func TestWASM(t *testing.T) {
23772377

23782378
wsURL := strings.Replace(s.URL, "http", "ws", 1)
23792379

2380-
ctx, cancel := context.WithTimeout(context.Background(), time.Second*20)
2380+
ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
23812381
defer cancel()
23822382

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

0 commit comments

Comments
 (0)