Home | History | Annotate | Download | only in tests

Lines Matching refs:threshold

599     threshold=`echo $((60*10))` # Wait at most 10 minutes for large testcases
602 if [ $sleep_seconds -gt $threshold ]; then
620 if [ $sleep_seconds -gt $threshold ] || [ "$ret" != "0" ]; then
622 if [ $sleep_seconds -gt $threshold ]; then