Skip to content

Commit 9bdf98e

Browse files
committed
chore: increase default timeout to 3 minutes
1 parent a330778 commit 9bdf98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/extra/hooks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const {
1616
setWorldConstructor
1717
} = require("cucumber");
1818

19-
setDefaultTimeout(100 * 1000);
19+
setDefaultTimeout(180 * 1000);
2020
setWorldConstructor(require("./world.js").World);
2121

2222
Before(function(scenario, callback) {

0 commit comments

Comments
 (0)