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:
misuzu 2025-05-21 11:50:32 +03:00 committed by github-actions[bot]
parent 55e3cc25b9
commit c51600518c

View file

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