Avoid TravisCI timeouts in test execution

This commit is contained in:
Takeshi Nakatani 2020-02-24 09:56:18 +00:00
parent b72f4b43a4
commit 854a8a8356

View File

@ -38,7 +38,7 @@ matrix:
- make cppcheck - make cppcheck
- make check -C src - make check -C src
- modprobe fuse - modprobe fuse
- make check -C test - travis_wait 30 make check -C test
- test/filter-suite-log.sh test/test-suite.log - test/filter-suite-log.sh test/test-suite.log
- os: osx - os: osx
@ -85,10 +85,9 @@ matrix:
- make cppcheck - make cppcheck
- make check -C src - make check -C src
- if [ -f /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs ]; then /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs ; elif [ -f /Library/Filesystems/osxfuse.fs/Contents/Resources/load_osxfuse ]; then /Library/Filesystems/osxfuse.fs/Contents/Resources/load_osxfuse ; fi - if [ -f /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs ]; then /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs ; elif [ -f /Library/Filesystems/osxfuse.fs/Contents/Resources/load_osxfuse ]; then /Library/Filesystems/osxfuse.fs/Contents/Resources/load_osxfuse ; fi
- make check -C test - travis_wait 30 make check -C test
- test/filter-suite-log.sh test/test-suite.log - test/filter-suite-log.sh test/test-suite.log
- os: linux-ppc64le - os: linux-ppc64le
sudo: required sudo: required
dist: trusty dist: trusty
@ -106,7 +105,7 @@ matrix:
- make cppcheck - make cppcheck
- make check -C src - make check -C src
- modprobe fuse - modprobe fuse
- make check -C test - travis_wait 30 make check -C test
- test/filter-suite-log.sh test/test-suite.log - test/filter-suite-log.sh test/test-suite.log
# #