Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Jaffee committed Sep 26, 2023
1 parent 6c15342 commit 2266985
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ export default defineConfig({
webServer: {
command: 'npm run serve --prefix ./test-site',
port: 3030
}
},
timeout: 60000
});

0 comments on commit 2266985

Please sign in to comment.