Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: increase e2e timeout to 60s
  • Loading branch information
coadler committed Aug 9, 2023
commit 9fe284942e5f165ca3118be6ae9f6e51c45395eb
1 change: 1 addition & 0 deletions site/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default defineConfig({
use: {
storageState: STORAGE_STATE,
},
timeout: 60000,
},
],
use: {
Expand Down