Browse Source

Increased timeout

tempestpy_adaptions
Matthias Volk 8 years ago
parent
commit
b7e64cb191
  1. 2
      .travis.yml

2
.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++';

Loading…
Cancel
Save