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

ci: Add timeout to integration tests job #7243

Merged
merged 3 commits into from
Feb 22, 2023
Merged

ci: Add timeout to integration tests job #7243

merged 3 commits into from
Feb 22, 2023

Conversation

mydea
Copy link
Member

@mydea mydea commented Feb 21, 2023

Just noticed that the playwright tests go on forever, so adding a 10min timeout there should help.
Also reducing this from 30m to 10m for some other jobs, which should be sufficient IMHO.

@mydea mydea added the Dev: CI label Feb 21, 2023
@mydea mydea requested review from lforst, Lms24 and AbhiPrasad February 21, 2023 15:57
@mydea mydea self-assigned this Feb 21, 2023
Copy link
Member

@AbhiPrasad AbhiPrasad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With this we can bash even more flaky tests!

@@ -528,6 +528,7 @@ jobs:
needs: [job_get_metadata, job_build]
if: needs.job_get_metadata.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request'
runs-on: ubuntu-20.04
timeout-minutes: 10
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm probably missing something but aren't we already pretty close to 10 minutes? Just wondering if this is maybe a little too tight, wdyt?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, you're right, it varies a lot (sometimes 5min, sometimes 9min, ...) - I'll bump it to 15min!

@mydea mydea merged commit e25c067 into develop Feb 22, 2023
@mydea mydea deleted the fn/ci-add-timeout branch February 22, 2023 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants