Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG1bad89a67745: testing: do not stop waiting if timeout is 0 (issue6541)
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Note: we should probably fallback to some default long timeout (like 30 secondes) instead of blocking for ever here.
Comment Actions
I found the problem because I wanted to enable test on the Gentoo build but I can not know which timeout will work for all the various platforms and hardware.
So I set the timeout to 0 but this is run only on releases which should have all tests passed normally :-)
Also disabling the timeout will be requested explicitly by the user so he should expect blocking.