From 1af0ff43e95e10c3e79072c2c4ed02ad3cc4ea99 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 7 Feb 2017 11:56:33 +0200 Subject: [PATCH] - Allow up to 45 minutes for molecule test (workaround builds that were killed because no output was received for 10 minutes, usually APT installations). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cdd9e60..73d0371 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ install: script: - pre-commit run --all-files - - molecule test --platform $platform + - travis_wait 45 molecule test --platform $platform notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/ -- GitLab