Skip to content

Changed test timeout to 60s #868

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

Merged
merged 2 commits into from
May 16, 2025

Conversation

maciejdudko
Copy link
Contributor

What was changed

Changed test timeout from 600s to 60s per test case.

Why?

Failing workflow tests get stuck until timeout rather than fail immediately. Reducing timeout makes the failure show up faster.

The longest running tests are around 7 seconds, so this change should be completely safe.

@maciejdudko maciejdudko requested a review from a team as a code owner May 14, 2025 15:47
Copy link
Member

@cretz cretz left a comment

Choose a reason for hiding this comment

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

The CI flake is due to a known 3.9 Python bug for re-importing and thread safety that has since been fixed. Trying rerun.

@maciejdudko maciejdudko merged commit 5afb131 into temporalio:main May 16, 2025
14 checks passed
@maciejdudko maciejdudko deleted the test-timeout-60s branch May 16, 2025 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants