From c493855807658dd274fb52fecd4222d17df36613 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 14 Dec 2016 11:58:07 +0200
Subject: [PATCH] - Allow Molecule test to run up to 45 minutes.

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index abc583a..3934d45 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ install:
 
 script:
   - pre-commit run --all-files
-  - molecule test --driver docker
+  - travis_wait 45 molecule test --driver docker
 
 notifications:
   webhooks: https://galaxy.ansible.com/api/v1/notifications/
-- 
GitLab