You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip timing dependent test on Windows CI agents (#227)
* Allow more time to expire Windows test events on ci.jenkins.io
Diagnostic output inserted into the test shows that ci.jenkins.io Linux
agents expire test events from the queue after roughly 3 seconds when the
expire time is set to 3 seconds. Those same diagnostic statements show
that the test events do not expire on the ci.jenkins.io Windows agents
in the first 10 seconds even when the expire time is set to 3 seconds.
I assume that is somehow due to differences in the file systems on
ci.jenkins.io Windows agents compared to ci.jenkins.io Linux agents.
Extend the wait time for ci.jenkins.io Windows tests to expire all the
test events.
Same problem is not visible on my Windows desktop computer. Only extend
the time for Windows tests on CI.
* Skip test_autoDeleteOnExpire on ci.jenkins.io Windows
* Skip another timing dependent test on Windows CI
0 commit comments