mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
libadwaita: increase tests timeout to 300 seconds
The `libadwaita:doc / Validate docs` test fails on VF2 because of 30 seconds timeout.
(cherry picked from commit 84794e6b39
)
This commit is contained in:
parent
55e3cc25b9
commit
c51600518c
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
"HOME=$TMPDIR"
|
||||
)
|
||||
env "''${testEnvironment[@]}" ${lib.optionalString (!stdenv.hostPlatform.isDarwin) "xvfb-run"} \
|
||||
meson test --print-errorlogs
|
||||
meson test --timeout-multiplier 10 --print-errorlogs
|
||||
|
||||
runHook postCheck
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue