From b7e64cb1914848892d04d0cb584c79b3f83e0ba8 Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Wed, 10 May 2017 10:38:09 +0200 Subject: [PATCH] Increased timeout --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 755c85527..dbe768ca8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ matrix: os: osx osx_image: xcode8 script: export OS=osx; export COMPILER='clang-4.0'; export STL='libc++'; - gtimeout 400 travis/postsubmit.sh DebugPlain + gtimeout 2400 travis/postsubmit.sh DebugPlain # - compiler: clang # env: COMPILER=clang-default STL=libc++ TEST=DebugPlain # install: export OS=osx; export COMPILER='clang-default'; export STL='libc++';