Browse Source

Decreased timeout for Linux again

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

2
travis/build.sh

@ -3,7 +3,7 @@
: ${N_JOBS:=2}
: ${TIMEOUT_MAC:=1800}
: ${TIMEOUT_LINUX:=2500}
: ${TIMEOUT_LINUX:=2300}
if [ "$STL" != "" ]
then

Loading…
Cancel
Save