Skip to content

Commit

Permalink
Add Variable Timeout (#6427)
Browse files Browse the repository at this point in the history
  • Loading branch information
aofdev authored and SimenB committed Aug 13, 2018
1 parent b22a232 commit c9893d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Puppeteer.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ With all the things set up, we can now write our tests like this:

```js
// test.js
const timeout = 5000;

describe(
'/ (Home Page)',
() => {
Expand Down

0 comments on commit c9893d2

Please sign in to comment.