From 854a8a835656beac49ed62114dcfe115cea4a402 Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Mon, 24 Feb 2020 09:56:18 +0000 Subject: [PATCH] Avoid TravisCI timeouts in test execution --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e81d964..8bb7089 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 #