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
The CI Infrastructure times out after 10 minutes of no activity. In
one of the test case runners, 10 miniutes is specified causing the CI
timeout to flush any debuggable output from the checks. This results
in an in-exact error result to be returned.
Instead a vague reponse about the test case timing out is reported,
resulting in confusion for the PR authors.
The typical max I was able to achieve was ~230 seconds, but I trimmed
to 3 minutes so the test case fails in all conditions and properly
reports the errors.
0 commit comments