Skip to content

Commit

Permalink
#106 why isnt this working :(
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikgeissler committed Sep 26, 2023
1 parent 0255c4e commit 3b641c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { PlaywrightTestConfig } from '@playwright/test'

export default {
timeout: 50000,
timeout: 100000,
webServer: {
command: `vite dev --port 3005`,
port: 3005,
Expand Down

0 comments on commit 3b641c5

Please sign in to comment.