Skip to content

CTest Default Timeout Adjust, master branch (2021.01.14.)

This is following up from today's ASCIG discussion with @aundrus.

I now made it possible to globally change the default timeout of the unit tests. To make it possible, for instance in the nightly or CI systems to use a more forgiving timeout.

Alex, I think for the CI it will be most convenient to use the ATLAS_DEFAULT_TEST_TIMEOUT environment variable for this. It is defined in seconds. So for a 4 minute default timeout in the CI you would need to use:

export ATLAS_DEFAULT_TEST_TIMEOUT=240

Merge request reports