From 96127c289c55d5f5c25cd62c219a5861dee3d7c2 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Fri, 6 May 2016 10:36:40 +0200 Subject: [PATCH] Set OSX timeout to a minute --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ef7984dad..83e66146c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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