Skip to content

Commit 451f3fd

Browse files
author
Ayla Khan
committed
Try 30 minute setting for travis_wait.
1 parent 4bc3ac2 commit 451f3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_install:
2121
script:
2222
- cd bin
2323
- cmake -GNinja -DTRAVIS_BUILD:BOOL=ON ../Superbuild
24-
- ninja
24+
- travis_wait 30 ninja
2525
- cd SCIRun
2626
- ./Algorithm_Layer_Test
2727
- ./Modules_Factory_Tests --gtest_filter=*HardCodedModuleFactoryTests*

0 commit comments

Comments
 (0)