We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9aaee commit 9acaa3eCopy full SHA for 9acaa3e
docs/support_files/timeouts.md
@@ -23,6 +23,8 @@ Given(/^a slow step$/, {timeout: 60 * 1000}, function() {
23
});
24
```
25
26
+*Note that you should not call `setDefaultTimeout` from within a hook or step; it should be called globally.*
27
+
28
## Disable Timeouts
29
30
**DO NOT USE THIS UNLESS ABSOLUTELY NECESSARY**
0 commit comments