Merge pull request #125967 from NixOS/backport-125953-to-release-21.05
[Backport release-21.05] matrix-appservice-discord: increase test timeout
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user