Skip to content

Commit

Permalink
fix(docs-e2e): increase timeout for docs server startup in Playwright…
Browse files Browse the repository at this point in the history
… config
  • Loading branch information
JeremyFriesenGitHub committed Sep 6, 2024
1 parent a3803b2 commit 1799949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/docs-e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default defineConfig({
url: 'http://127.0.0.1:3000',
reuseExistingServer: !process.env.CI,
cwd: workspaceRoot,
timeout: 120 * 1000,
},
projects: [
{
Expand Down

0 comments on commit 1799949

Please sign in to comment.