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

[Test] Fix flaky LocalRunner test due to restrictive timeout #9181

Merged
merged 1 commit into from
Oct 3, 2021
Merged

[Test] Fix flaky LocalRunner test due to restrictive timeout #9181

merged 1 commit into from
Oct 3, 2021

Conversation

junrushao
Copy link
Member

This flakiness introduced by #9153 hasn't been exposed on our CI, but can be reproduced very frequently in my local machine. The root of the issue is that our timeout setting in LocalRunner in this particular unittest is too small (1s). Given it's a LocalRunner which always exist, I increased the timeout to 30s by default.

CC: @shingjan @vinx13 @zxybazh

Copy link
Member

@zxybazh zxybazh left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks for fixing the time out.

@Hzfengsy Hzfengsy merged commit 6a32ac5 into apache:main Oct 3, 2021
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.

3 participants