Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -9,4 +9,4 @@ language: java |
9 | 9 | sudo: required |
10 | 10 | services: |
11 | 11 | - docker |
12 | -script: mvn clean verify -Ddockerfile.skip=false -DblackBoxTests.skip=false -DblackBoxTests.skipTailChildContainers=true | |
12 | +script: travis_wait 50 mvn clean verify -Ddockerfile.skip=false -DblackBoxTests.skip=false -DblackBoxTests.skipTailChildContainers=true | ... | ... |