Skip to content

feat: Implement basic e2e scenario #7199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 21 commits into from
Closed
Prev Previous commit
Next Next commit
Increase timeout
  • Loading branch information
mtojek committed Apr 28, 2023
commit 611182c99d59844fe613d8e7080309bcfd0cae99
2 changes: 1 addition & 1 deletion site/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const config: PlaywrightTestConfig = {
port,
reuseExistingServer: false,
},
timeout: 3 * 60 * 1000,
timeout: 10 * 60 * 1000,
}

export default config