summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien <pacien.trangirard@pacien.net>2021-06-06 16:09:19 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-06-06 15:53:17 +0000
commit1b06bcfeea9d16097f112fc4fd01fbaefa2a8967 (patch)
treee907d3d3197ca6daa419eda8b6ac49f127e0e1ae
parentmaintainers/teams: remove pacien from the matrix team (diff)
downloadnixpkgs-origin/backport-125953-to-release-21.05.tar.gz
matrix-appservice-discord: increase test timeoutorigin/backport-125953-to-release-21.05
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)
-rw-r--r--pkgs/servers/matrix-appservice-discord/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/servers/matrix-appservice-discord/default.nix b/pkgs/servers/matrix-appservice-discord/default.nix
index 4a41f019e179..7b7a67821f9e 100644
--- a/pkgs/servers/matrix-appservice-discord/default.nix
+++ b/pkgs/servers/matrix-appservice-discord/default.nix
@@ -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 = ''