Skip to content

Commit

Permalink
increase docusaurus timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachJW34 committed Sep 6, 2021
1 parent f3a8342 commit 55ba3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docusaurus-e2e/tests/docusaurus.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ describe('docusaurus e2e', () => {
expect(result.stdout).toContain(
`Success! Generated static files in "dist/apps/${appName}".`
);
}, 100000);
}, 200000);
});

0 comments on commit 55ba3c7

Please sign in to comment.