Skip to content

Commit ee5760e

Browse files
authored
increase bdd runner step timeout to 1min (#1400)
1 parent 49b1cac commit ee5760e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/support/world.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ export class World {
4141
}
4242

4343
setWorldConstructor(World);
44-
setDefaultTimeout(30 * 1000);
44+
setDefaultTimeout(60 * 1000);

0 commit comments

Comments
 (0)