Skip to content

Commit c7b8eea

Browse files
authored
Add timeout config to tests (#32)
1 parent 2cd48b5 commit c7b8eea

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

web-test-runner.config.mjs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,13 @@ export default {
88
}
99
return next();
1010
}
11-
]
11+
],
12+
testFramework: {
13+
config: {
14+
timeout: 600000,
15+
},
16+
},
17+
browserStartTimeout: 20000,
18+
testsStartTimeout: 20000,
19+
testsFinishTimeout: 600000,
1220
};

0 commit comments

Comments
 (0)