Megatest

step1.sh at [c9f0aef620]
Login

File tests/fdktestqa/testqa/tests/bigrun/step1.sh artifact 38294e0788 part of check-in c9f0aef620


#!/bin/sh
if [ $NUMBER -lt 200 ];then 
   sleep $NUMBER
else
   sleep 200
fi

exit 0