wecisecode hai 15 horas
pai
achega
1a38f37715
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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 &