mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
scalapack: Increase individual test timeout to prevent hydra failures
This commit is contained in:
parent
2dd05f18c7
commit
16c66f66ae
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue