Merge pull request #1247 from ggtakec/fix_travis_timeout

Avoid TravisCI timeouts in test execution
This commit is contained in:
Takeshi Nakatani 2020-03-15 16:48:25 +09:00 committed by GitHub
commit 6489c5d394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ matrix:
- make cppcheck
- make check -C src
- modprobe fuse
- make check -C test
- travis_wait 30 make check -C test
- test/filter-suite-log.sh test/test-suite.log
- os: osx
@ -85,10 +85,9 @@ matrix:
- make cppcheck
- 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
- make check -C test
- travis_wait 30 make check -C test
- test/filter-suite-log.sh test/test-suite.log
- os: linux-ppc64le
sudo: required
dist: trusty
@ -106,7 +105,7 @@ matrix:
- make cppcheck
- make check -C src
- modprobe fuse
- make check -C test
- travis_wait 30 make check -C test
- test/filter-suite-log.sh test/test-suite.log
#