Searched refs:max_runtime (Results 1 – 2 of 2) sorted by relevance
117 max_runtime=$(echo $d | cut -d'|' -f4 | xargs)118 max_runtime=${max_runtime:--1}140 if [ $max_runtime -ne -1 ] && [ $test_duration -gt $max_runtime ]; then141 echo "FAILED (runtime: $test_duration, expected less than $max_runtime)"
202 unsigned int max_runtime = 600; in verify_preadv2() local213 while (!stop && max_runtime-- > 0) in verify_preadv2()