Skip to content

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

Merged
Hzfengsy merged 1 commit into
apache:mainfrom
junrushao:bugfix/2021-10-02/local-runner-flaky
Oct 3, 2021
Merged

[Test] Fix flaky LocalRunner test due to restrictive timeout#9181
Hzfengsy merged 1 commit into
apache:mainfrom
junrushao:bugfix/2021-10-02/local-runner-flaky

Conversation

@junrushao

Copy link
Copy Markdown
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

@zxybazhzxybazh left a comment

Copy link
Copy Markdown
Member

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:mainOct 3, 2021
ylc pushed a commit to ylc/tvm that referenced this pull request Jan 7, 2022
ylc pushed a commit to ylc/tvm that referenced this pull request Jan 13, 2022
Sign up for freeto 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

@junrushao@zxybazh@Hzfengsy