From cfed65f7ea405f6c67834900cab31bda6496b7a4 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Thu, 5 May 2016 21:07:38 +0200 Subject: [PATCH] Double timeout again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 680976577..ef7984dad 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=10000 + env: CCOMPILER='clang' CXXCOMPILER='clang++' BUILD_TYPE='Debug' JOBS=1 CUCUMBER_TIMEOUT=20000 # Release Builds - os: linux