Skip to content

Commit be82449

Browse files
authored
Merge pull request #3727 from martin-frbg/traviswait-2
Double the wait time for ppc jobs in Travis CI
2 parents 0946b1e + 3fc06b6 commit be82449

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ matrix:
3030
before_script: &common-before
3131
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"
3232
script:
33-
- travis_wait 20 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
33+
- travis_wait 40 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
3434
- make -C test $COMMON_FLAGS $BTYPE
3535
- make -C ctest $COMMON_FLAGS $BTYPE
3636
- make -C utest $COMMON_FLAGS $BTYPE
@@ -104,7 +104,7 @@ matrix:
104104
- sudo apt-get update
105105
- sudo apt-get install gcc-9 gfortran-9 -y
106106
script:
107-
- travis_wait 20 make QUIET_MAKE=1 BINARY=64 USE_OPENMP=1 CC=gcc-9 FC=gfortran-9
107+
- travis_wait 40 make QUIET_MAKE=1 BINARY=64 USE_OPENMP=1 CC=gcc-9 FC=gfortran-9
108108
- make -C test $COMMON_FLAGS $BTYPE
109109
- make -C ctest $COMMON_FLAGS $BTYPE
110110
- make -C utest $COMMON_FLAGS $BTYPE
@@ -121,7 +121,7 @@ matrix:
121121
- sudo apt-get update
122122
- sudo apt-get install gcc-9 gfortran-9 -y
123123
script:
124-
- travis_wait 20 make QUIET_MAKE=1 BUILD_BFLOAT16=1 BINARY=64 USE_OPENMP=1 CC=gcc-9 FC=gfortran-9
124+
- travis_wait 40 make QUIET_MAKE=1 BUILD_BFLOAT16=1 BINARY=64 USE_OPENMP=1 CC=gcc-9 FC=gfortran-9
125125
- make -C test $COMMON_FLAGS $BTYPE
126126
- make -C ctest $COMMON_FLAGS $BTYPE
127127
- make -C utest $COMMON_FLAGS $BTYPE

0 commit comments

Comments
 (0)