Searched refs:test_duration (Results 1 – 6 of 6) sorted by relevance
64 static unsigned int test_duration = 0; /* infinite duration */ variable87 test_duration = atoi(v); in parse_args()154 if (test_duration > 0) { in main()155 rc = alarm(test_duration * 60 * 60); in main()
81 test_duration=$((end - start))140 if [ $max_runtime -ne -1 ] && [ $test_duration -gt $max_runtime ]; then141 echo "FAILED (runtime: $test_duration, expected less than $max_runtime)"
30 def test_duration method in TestWellKnownTypes
433 fn test_duration() { in test_duration() function
1759 fn test_duration() { in test_duration() function
2801 const gdouble test_duration = 2.0; in GST_START_TEST() local2808 while (g_timer_elapsed (timer, NULL) < test_duration) { in GST_START_TEST()