Megatest

step1.sh at [0a5795ad96]
Login

File tests/fdktestqa/testqa/tests/bigrun/step1.sh artifact 580746490f part of check-in 0a5795ad96


#!/bin/sh
if [ $NUMBER -lt 15 ];then 
   sleep 2
   sleep `echo 2 * $NUMBER | bc`
else
   sleep 100
fi

exit 0