pixman: Raise individual test timeout to 240 seconds
This commit is contained in:
parent
4ff4273dbc
commit
91acdf36ef
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
hash = "sha256-6nkpflQY+1KNBGbotbkdG+iIV/o3BvSXd7KSWnKumSQ=";
|
hash = "sha256-6nkpflQY+1KNBGbotbkdG+iIV/o3BvSXd7KSWnKumSQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Raise test timeout, 120s can be slightly exceeded on slower hardware
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace test/meson.build \
|
||||||
|
--replace-fail 'timeout : 120' 'timeout : 240'
|
||||||
|
'';
|
||||||
|
|
||||||
separateDebugInfo = !stdenv.hostPlatform.isStatic;
|
separateDebugInfo = !stdenv.hostPlatform.isStatic;
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkg-config ];
|
nativeBuildInputs = [ meson ninja pkg-config ];
|
||||||
|
|
Loading…
Reference in a new issue