From 475f8f0387fb38136c2f8b03b9c8a59ab40115ca Mon Sep 17 00:00:00 2001 From: Anton Petrov Date: Tue, 20 Jun 2017 14:29:27 -0400 Subject: [PATCH] Increase travis timeout to 30 minutes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b7956f0..2ef744c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,4 @@ before_cache: #make the cache stable between builds by removing build output - rm -rf $HOME/.m2/repository/com/teradata -script: travis_wait ./mvnw test +script: travis_wait 30 ./mvnw test