From 478349606c07d82ebf0ec821d15ad95beb641d21 Mon Sep 17 00:00:00 2001
From: Maxim Khlobystov <maxim.khlobystov@gmail.com>
Date: Fri, 9 Nov 2018 15:27:57 -0500
Subject: [PATCH] Prevent Travis from failing when there is no output for 10
 minutes

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

diff --git a/.travis.yml b/.travis.yml
index 75fcb60e67..12a35f6bf6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ env:
     - BBB_SERVER_URL=http://localhost/bigbluebutton/api
 
 script:
-  - bash ./build_script.sh
+  - travis_wait bash ./build_script.sh
 
 after_script:
   - docker stop $docker
-- 
GitLab