Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 50c8cfc

Browse files
committed
debugging: increase timeout
1 parent 2da59c8 commit 50c8cfc

File tree

1 file changed

+5
-0
lines changed
  • examples/browser-service-worker/tests

1 file changed

+5
-0
lines changed

examples/browser-service-worker/tests/test.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ const play = test.extend({
77
...playwright.servers([], true),
88
});
99

10+
/**
11+
* attempt to prevent net::ERR_ABORTED error
12+
*/
13+
play.setTimeout(120 * 1000)
14+
1015
play.describe('browser service worker:', () => {
1116
// DOM
1217
const linkDOM = "a"

0 commit comments

Comments
 (0)