Merge pull request #62128 from Infinisil/scalapack-test-timeout

scalapack: Increase individual test timeout to prevent hydra failures
This commit is contained in:
markuskowa 2019-05-27 22:57:26 +02:00 committed by GitHub
commit 8e9cb5559a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,10 @@ stdenv.mkDerivation rec {
)
'';
# Increase individual test timeout from 1500s to 10000s because hydra's builds
# sometimes fail due to this
checkFlagsArray = [ "ARGS=--timeout 10000" ];
preCheck = ''
# make sure the test starts even if we have less than 4 cores
export OMPI_MCA_rmaps_base_oversubscribe=1