Browse Source

Decreased timeout for mac in travis once again

tempestpy_adaptions
Matthias Volk 7 years ago
parent
commit
1bf272263f
  1. 2
      travis/build.sh

2
travis/build.sh

@ -2,7 +2,7 @@
# Inspired by https://github.com/google/fruit
N_JOBS=2
TIMEOUT_MAC=1800
TIMEOUT_MAC=1600
TIMEOUT_LINUX=2300
OS=$TRAVIS_OS_NAME

Loading…
Cancel
Save