diff --git a/.travis.yml b/.travis.yml index e99c828b..52841ead 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ jobs: - stage: integration script: ./gradlew integration - stage: acceptance - script: ./gradlew acceptance \ No newline at end of file + script: travis_wait 30 ./gradlew acceptance \ No newline at end of file