From d925e65ccd94ecbc5342726b718c391dcf1f2851 Mon Sep 17 00:00:00 2001
From: Rene Milk <rene.milk@wwu.de>
Date: Tue, 22 Aug 2017 14:34:06 +0200
Subject: [PATCH] [ci] use a wait script that actually exists

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

diff --git a/.travis.script.bash b/.travis.script.bash
index 2368bb089..6e7368303 100755
--- a/.travis.script.bash
+++ b/.travis.script.bash
@@ -6,7 +6,7 @@
 set -e
 set -x
 
-WAIT="travis_wait 50"
+WAIT="${SUPERDIR}/scripts/bash/travis_wait_new.bash 45"
 
 ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} configure
 ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ${BUILD_CMD}
-- 
GitLab