Set OSX timeout to a minute

This commit is contained in:
Patrick Niklaus 2016-05-06 10:36:40 +02:00
parent cfed65f7ea
commit 96127c289c
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -58,7 +58,7 @@ matrix:
- os: osx
osx_image: xcode7.3
compiler: clang
env: CCOMPILER='clang' CXXCOMPILER='clang++' BUILD_TYPE='Debug' JOBS=1 CUCUMBER_TIMEOUT=20000
env: CCOMPILER='clang' CXXCOMPILER='clang++' BUILD_TYPE='Debug' JOBS=1 CUCUMBER_TIMEOUT=60000
# Release Builds
- os: linux