Extend travis_wait to 30mins for the windows build

This commit is contained in:
Martin Kroeker 2017-12-01 21:55:52 +01:00 committed by GitHub
parent 823ff21867
commit fdaef7e04b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ jobs:
- gfortran-mingw-w64-x86-64 - gfortran-mingw-w64-x86-64
before_script: *common-before before_script: *common-before
script: script:
- travis_wait make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE - travis_wait 30 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
env: env:
- TARGET_BOX=WIN64 - TARGET_BOX=WIN64
- BTYPE="BINARY=64 HOSTCC=gcc CC=x86_64-w64-mingw32-gcc FC=x86_64-w64-mingw32-gfortran" - BTYPE="BINARY=64 HOSTCC=gcc CC=x86_64-w64-mingw32-gcc FC=x86_64-w64-mingw32-gfortran"