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:
commit
b3761f1173
@ -145,7 +145,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 = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user