Skip to content

v0.0.155: [ITest] More generous timeout per test case.

Compare
Choose a tag to compare
@mirror-releases mirror-releases released this 23 Dec 10:45
· 295 commits to main since this release
0e852c1
With the current timeout of 15 seconds, few long-running integration
tests timeout frequently.  This commit generously increases the timeout
to 60 seconds.  The goal of the timeout is not to ensure that
integration tests run fast, but to ensure they guarantee they terminate
eventually and the testing script (and hence CI) come to a result in a
reasonable amount of time.