Make the 'make quickcheck' timeout longer.

It timed out on i686.
This commit is contained in:
Richard W.M. Jones 2016-01-26 18:27:49 +00:00
parent e888c638f5
commit 4e47c0b154
1 changed files with 1 additions and 1 deletions

View File

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