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
This commit is contained in:
parent
b24cc395cc
commit
92f62de6f1
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ in mkYarnPackage rec {
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
yarn --offline test
|
# the default 2000ms timeout is sometimes too short on our busy builders
|
||||||
|
yarn --offline test --timeout 10000
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Reference in a new issue