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
It appears that switching to the new ARD concourse has slowed down runs
of these unit tests significantly. Previously taking ~10 mins, they are
now requiring more than 20 mins.
For now, I'm just going to increase the timeout. We should try and speed
this up though. Either by powering up the containers that tasks run in,
or by making these unit tests parallelizable.
Since we already had a 20 min timeout in the test script, I was unable
to plugin a timeout using concourse config args. Therefore, I stripped
the hard coded timeout from the test script, thinking that we can just
hardcode the timeout into CI wherever we need.
The two timeouts I've set so far are:
* cf-deployment/unit-test-golang-tests: 1h
* pull-requests/run-unit-tests-on-all-cf-deployment-prs: 20 mins
0 commit comments