wecisecode há 1 dia atrás
pai
commit
1a38f37715
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      odbctest/mql/oktest.sh

+ 3 - 0
odbctest/mql/oktest.sh

@@ -100,6 +100,9 @@ while [[ true ]]; do
             ./mqltest.sh "log.prefix=${PREFIX}" "$@"
             ret=$?
             echo "$endflag $ret" >> $logfile
+            if [[ "$ret" = "0" ]]; then
+                sleep 5
+            fi
             return $ret
         }
         check_odbserver &