-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
🎀 Increase global single test timeout 🎀 #5236
Conversation
🦋 Changeset detectedLatest commit: 0a83dd0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@@ -36,7 +36,7 @@ export default defineConfig({ | |||
: [["html"], ["list"]], | |||
expect: { timeout: 10 * 1000 }, | |||
maxFailures: 10, | |||
timeout: 30 * 1000, | |||
timeout: 35 * 1000, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: I think we should break down "long" tests into smaller tests if that's possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Totally agree, let's first stabilize them and then refactor the 'long' one. This test locally tooks 17s
* Increase global single test timeout * add changeset
This test passed locally and actually on CI too, the only error message was Test timeout of 30000ms exceeded. It may mean that 30s per test might be too short, so I increase them
What type of PR is this?
Related Issues or Documents
Usage Instructions, Screenshots, Recordings
Have you written tests?
[Optional] Description