File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ matrix:
30
30
before_script : &common-before
31
31
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"
32
32
script :
33
- - travis_wait 20 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
33
+ - travis_wait 40 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
34
34
- make -C test $COMMON_FLAGS $BTYPE
35
35
- make -C ctest $COMMON_FLAGS $BTYPE
36
36
- make -C utest $COMMON_FLAGS $BTYPE
@@ -104,7 +104,7 @@ matrix:
104
104
- sudo apt-get update
105
105
- sudo apt-get install gcc-9 gfortran-9 -y
106
106
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
108
108
- make -C test $COMMON_FLAGS $BTYPE
109
109
- make -C ctest $COMMON_FLAGS $BTYPE
110
110
- make -C utest $COMMON_FLAGS $BTYPE
@@ -121,7 +121,7 @@ matrix:
121
121
- sudo apt-get update
122
122
- sudo apt-get install gcc-9 gfortran-9 -y
123
123
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
125
125
- make -C test $COMMON_FLAGS $BTYPE
126
126
- make -C ctest $COMMON_FLAGS $BTYPE
127
127
- make -C utest $COMMON_FLAGS $BTYPE
You can’t perform that action at this time.
0 commit comments