wait time increased for the install
authorNeslisah Torosdagli <neslisah.torosdagli@amd.com>
Mon, 23 Mar 2020 17:49:16 +0000 (13:49 -0400)
committerNeslisah Torosdagli <neslisah.torosdagli@amd.com>
Mon, 23 Mar 2020 17:49:16 +0000 (13:49 -0400)
.travis.yml

index 1fa3fc0..87140f4 100644 (file)
@@ -43,7 +43,7 @@ addons:
     packages:
       - clang-3.6
 
-install:
+install: travis_wait 30 mvn install 
   # Make sure that clang-3.6 is selected on Linux.
   - if [[ "$TRAVIS_OS_NAME" == "linux" && "$CC" == "clang" ]]; then
       export CC=clang-3.6 CXX=clang++-3.6;