mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
libvirt: increase timeout on darwin
This commit is contained in:
parent
a96052fe5f
commit
b83eab78d7
@ -163,6 +163,9 @@ stdenv.mkDerivation rec {
|
||||
sed -i '/qemuvhostusertest/d' tests/meson.build
|
||||
sed -i '/qemuxml2xmltest/d' tests/meson.build
|
||||
sed -i '/domaincapstest/d' tests/meson.build
|
||||
# virshtest frequently times out on Darwin
|
||||
substituteInPlace tests/meson.build \
|
||||
--replace-fail "data.get('timeout', 30)" "data.get('timeout', 120)"
|
||||
'' + lib.optionalString enableXen ''
|
||||
# Has various hardcoded paths that don't exist outside of a Xen dom0.
|
||||
sed -i '/libxlxml2domconfigtest/d' tests/meson.build
|
||||
|
Loading…
Reference in New Issue
Block a user