From fdaef7e04bc58cf375f65f7ce908dd76f1eb2984 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 1 Dec 2017 21:55:52 +0100 Subject: [PATCH] Extend travis_wait to 30mins for the windows build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 961195541..722aac562 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,7 +67,7 @@ jobs: - gfortran-mingw-w64-x86-64 before_script: *common-before script: - - travis_wait make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE + - travis_wait 30 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE env: - TARGET_BOX=WIN64 - BTYPE="BINARY=64 HOSTCC=gcc CC=x86_64-w64-mingw32-gcc FC=x86_64-w64-mingw32-gfortran"