Skip to content

Commit f623476

Browse files
miraokobenguyent
authored andcommitted
fix: global timeout before suite (#5275)
* Fix: preserve global timeout with BeforeSuite hook * test: clarify feature name for global timeout with BeforeSuite * chore: remove unused plugins field from beforeSuiteTimeout config
1 parent f17abf5 commit f623476

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
exports.config = {
2+
tests: './*_test.js',
3+
output: './output',
4+
helpers: {
5+
CustomHelper: {
6+
require: './customHelper.js',
7+
},
8+
},
9+
name: 'beforeSuiteTimeout',
10+
timeout: 2,
11+
}

0 commit comments

Comments
 (0)