Make the 'make quickcheck' timeout longer.
It timed out on i686.
This commit is contained in:
parent
e888c638f5
commit
4e47c0b154
@ -868,7 +868,7 @@ export LIBGUESTFS_DEBUG=1
|
||||
export LIBGUESTFS_TRACE=1
|
||||
export LIBVIRT_DEBUG=1
|
||||
|
||||
if ! make quickcheck; then
|
||||
if ! make quickcheck QUICKCHECK_TEST_TOOL_ARGS="-t 1200"; then
|
||||
cat $HOME/.cache/libvirt/qemu/log/*
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user