Skip to content

Commit 8db36db

Browse files
authored
increase cucumber timeout to 30s (#962)
1 parent 4aa9358 commit 8db36db

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(15 * 1000);
44+
setDefaultTimeout(30 * 1000);

0 commit comments

Comments
 (0)