Skip to content

Commit 5e7306b

Browse files
author
Ondrej Machala
committed
fix: increase timeout for serialization test on CI
1 parent a5a921b commit 5e7306b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/tests/pageScripts-serialization.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('pageScripts tsx serialization', () => {
5555
* If this test fails, someone added a function with nested function
5656
* properties. Such functions break page.evaluate() in development mode.
5757
*/
58-
it('exported functions do not contain __name when run with tsx', () => {
58+
it('exported functions do not contain __name when run with tsx', { timeout: 30000 }, () => {
5959
// Use absolute path since temp file is outside project directory
6060
const pageScriptsPath = path.join(process.cwd(), 'src/browser/pageScripts.ts');
6161

0 commit comments

Comments
 (0)