matrix-appservice-discord: increase test timeout
Hydra and my local machine are sometimes hitting the default timeout. See https://hydra.nixos.org/build/138032455/nixlog/8/tail (cherry picked from commit 92f62de6f1ee9c9e31a8432ad222e79deef2ad87)
This commit is contained in:
parent
1d3122f3fc
commit
1b06bcfeea
@ -43,7 +43,8 @@ in mkYarnPackage rec {
|
||||
|
||||
doCheck = true;
|
||||
checkPhase = ''
|
||||
yarn --offline test
|
||||
# the default 2000ms timeout is sometimes too short on our busy builders
|
||||
yarn --offline test --timeout 10000
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user