8000 Increase timeout for heavy-load test. (#2190) · pyscript/pyscript@532ac0c · GitHub
[go: up one dir, main page]

Skip to content

Commit 532ac0c

Browse files
authored
Increase timeout for heavy-load test. (#2190)
1 parent c1849d2 commit 532ac0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyscript.core/tests/js_tests.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ test('MicroPython + JS Storage', async ({ page }) => {
9494
});
9595

9696
test('MicroPython + workers', async ({ page }) => {
97+
test.setTimeout(120*1000); // Increase timeout for this test.
9798
await page.goto('http://localhost:8080/tests/javascript/workers/index.html');
9899
await page.waitForSelector('html.mpy.py');
99100
});

0 commit comments

Comments
 (0)
0