Skip to content
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

Merged
merged 2 commits into from
Nov 6, 2024

Conversation

michalina-graczyk
Copy link
Member

@michalina-graczyk michalina-graczyk commented Nov 5, 2024

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?

  • 💅 Refactor
  • 🌟 Feature
  • 🔥 Bug Fix
  • 🔩 Maintenance
  • 🛠 Workflow CI/CD changes

Related Issues or Documents

Usage Instructions, Screenshots, Recordings

Have you written tests?

  • Yes!
  • No... here is why: Writing tests are mandatory, please replace this text with why test are not included in this PR

[Optional] Description

Copy link

changeset-bot bot commented Nov 5, 2024

🦋 Changeset detected

Latest commit: 0a83dd0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
saleor-dashboard Patch

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

@michalina-graczyk michalina-graczyk changed the title Merx 1218 flaky 217 Increase global single test timeout Nov 5, 2024
@michalina-graczyk michalina-graczyk changed the title Increase global single test timeout 🎀 Increase global single test timeout 🎀 Nov 5, 2024
@michalina-graczyk michalina-graczyk marked this pull request as ready for review November 5, 2024 15:24
@michalina-graczyk michalina-graczyk requested a review from a team as a code owner November 5, 2024 15:24
@@ -36,7 +36,7 @@ export default defineConfig({
: [["html"], ["list"]],
expect: { timeout: 10 * 1000 },
maxFailures: 10,
timeout: 30 * 1000,
timeout: 35 * 1000,
Copy link
Member

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.

Copy link
Member Author

@michalina-graczyk michalina-graczyk Nov 5, 2024

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

@michalina-graczyk michalina-graczyk merged commit 1cc29a0 into main Nov 6, 2024
15 of 20 checks passed
@michalina-graczyk michalina-graczyk deleted the MERX-1218-flaky-217 branch November 6, 2024 11:31
Cloud11PL pushed a commit that referenced this pull request Nov 7, 2024
* Increase global single test timeout

* add changeset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants