mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
php: raise the per-test timeout to 300 secs
Some tests might spawn an appliance, which will take time on slower architectures and on some virtualized environments. Hence raise the per-test timeout from the default of 60s to 300s (which should be hopefully enough for now).
This commit is contained in:
@@ -44,4 +44,4 @@ printenv | grep -E '^(LIBGUESTFS|LIBVIRT|LIBVIRTD|VIRTLOCKD|LD|MALLOC)_' >> env
|
||||
TESTS=$(echo tests/guestfs_php_*.phpt)
|
||||
echo TESTS: $TESTS
|
||||
|
||||
make test TESTS="$TESTS" PHP_EXECUTABLE="$PWD/php-for-tests.sh" REPORT_EXIT_STATUS=1
|
||||
make test TESTS="$TESTS" PHP_EXECUTABLE="$PWD/php-for-tests.sh" REPORT_EXIT_STATUS=1 TEST_TIMEOUT=300
|
||||
|
||||
Reference in New Issue
Block a user