From fe716f2bf45620b3e8856c8803645031658e5d60 Mon Sep 17 00:00:00 2001 From: Ian Cartwright Date: Fri, 2 Jun 2017 11:30:42 +0100 Subject: [PATCH] Try to address timeout on acceptance tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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