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:
Maximilian Bosch 2021-06-16 11:48:48 +02:00 committed by GitHub
commit b3761f1173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,6 @@ with lib.maintainers; {
matrix = {
members = [
ma27
pacien
fadenb
mguentner
ekleog

View File

@ -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 = ''