Skip to content

Commit

Permalink
#106 timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikgeissler committed Oct 1, 2023
1 parent cde2dc0 commit f617c3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"js-yaml": "^4.1.0",
"mapbox-gl": "^2.15.0",
"marked": "^5.0.5",
"marked-gfm-heading-id": "^3.1.0",
"marked-mangle": "^1.1.4",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^3",
Expand All @@ -46,8 +48,5 @@
"svelte2tsx": "^0.6.15",
"typescript": "^5.1.3",
"vite": "^4.3.9"
},
"dependencies": {
"marked-gfm-heading-id": "^3.1.0"
}
}
}
4 changes: 4 additions & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import type { PlaywrightTestConfig } from '@playwright/test'

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

0 comments on commit f617c3f

Please sign in to comment.