Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
  • Loading branch information
tsmaeder committed Jan 16, 2024
1 parent 66057be commit d4198cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-packages/cli/src/test-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ export default async function newTestPage(options: TestPageOptions): Promise<pup
reporter: 'spec',
ui: 'bdd',
color: true,
retries: 0
retries: 0,
timeout: 10000
});
});

Expand Down

0 comments on commit d4198cd

Please sign in to comment.