Merge pull request #125953 from pacien/matrix-appservice-discord-test-timeout

matrix-appservice-discord: increase test timeout
This commit is contained in:
Maximilian Bosch
2021-06-06 17:49:26 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -155,7 +155,6 @@ with lib.maintainers; {
matrix = {
members = [
ma27
pacien
fadenb
mguentner
ekleog
@@ -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 = ''