Skip to content
Snippets Groups Projects
Commit 95cf20f9 authored by Fabrice Le Goff's avatar Fabrice Le Goff
Browse files

fixing tbed test for CI (trying greater timeout)

parent 68c014c1
No related branches found
No related tags found
No related merge requests found
Pipeline #6251722 passed
...@@ -89,7 +89,7 @@ if [ x$TERM == x ]; then ...@@ -89,7 +89,7 @@ if [ x$TERM == x ]; then
for i in `seq 0 $NL`; do tput cuu1; done for i in `seq 0 $NL`; do tput cuu1; done
fi fi
TIMEOUT=10 TIMEOUT=20
while [ "x$LISTING_OUTPUT" != x ]; do while [ "x$LISTING_OUTPUT" != x ]; do
if [ $TIMEOUT -eq 0 ];then if [ $TIMEOUT -eq 0 ];then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment