Merge pull request #130207 from hercules-ci/passthru-sensible-timeout

doc/coding-conventions: Increase passthru test timeout 3s -> 60s

authored by

davidak and committed by
GitHub
2859cc8a d5c4c62e

+2 -2
+1 -1
doc/contributing/coding-conventions.chapter.md
··· 574 inherit (phoronix-test-suite) pname version; 575 in 576 577 - runCommand "${pname}-tests" { meta.timeout = 3; } 578 '' 579 # automatic initial setup to prevent interactive questions 580 ${phoronix-test-suite}/bin/phoronix-test-suite enterprise-setup >/dev/null
··· 574 inherit (phoronix-test-suite) pname version; 575 in 576 577 + runCommand "${pname}-tests" { meta.timeout = 60; } 578 '' 579 # automatic initial setup to prevent interactive questions 580 ${phoronix-test-suite}/bin/phoronix-test-suite enterprise-setup >/dev/null
+1 -1
pkgs/tools/misc/phoronix-test-suite/tests.nix
··· 4 inherit (phoronix-test-suite) pname version; 5 in 6 7 - runCommand "${pname}-tests" { meta.timeout = 3; } 8 '' 9 # automatic initial setup to prevent interactive questions 10 ${phoronix-test-suite}/bin/phoronix-test-suite enterprise-setup >/dev/null
··· 4 inherit (phoronix-test-suite) pname version; 5 in 6 7 + runCommand "${pname}-tests" { meta.timeout = 60; } 8 '' 9 # automatic initial setup to prevent interactive questions 10 ${phoronix-test-suite}/bin/phoronix-test-suite enterprise-setup >/dev/null