Searched full:timeout (Results 1 – 18 of 18) sorted by relevance
15 timeout = 3024 timeout = 60126 timeout = 240229 timeout = 180348 timeout = 10356 timeout = 30365 timeout = 10382 timeout = 10391 timeout = 10399 timeout = 10[all …]
3 : "${TIMEOUT:=90s}"33 …echo "TESTNAME=$testname TIMEOUT=$timeout MACHINE=$machine ACCEL=$accel $RUNTIME_arch_run $kernel …85 local timeout="${11:-$TIMEOUT}" # unittests.cfg overrides the default203 print_result "FAIL" $testname "" "timeout; duration=$timeout"205 echo "not ok TEST_NUMBER - ${testname}: timeout; duration=$timeout" >&3
18 local timeout31 …$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeout" "$disabled_if"47 timeout=""85 elif [[ $line =~ ^timeout\ *=\ *(.*)$ ]]; then86 timeout=${BASH_REMATCH[1]}90 …me" "$groups" "$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeout"
48 if [ "$TIMEOUT" ] && [ "$TIMEOUT" != "0" ]; then50 s=${TIMEOUT: -1}52 TIMEOUT=${TIMEOUT:0:-1}53 ((TIMEOUT += 10)) # Add 10 seconds for booting UEFI54 TIMEOUT="${TIMEOUT}s"57 echo "timeout -k 1s --foreground $TIMEOUT"
723 my $output = `wget --spider -q --no-check-certificate --timeout 10 --tries 1 $value`;757 my $output = `wget --spider -q --no-check-certificate --timeout 10 --tries 1 $url`;
20 local timeout=${12}23 …me" "$groups" "$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeout"39 … "$groups pv" "$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeout"
109 timeout111 timeout = <duration>113 Optional timeout in seconds, after which the test will be killed and fail. Can114 be overwritten with the TIMEOUT=<duration> environment variable.
49 timeout = 556 timeout = 565 timeout = 5
236 break; /* timeout 5s */ in test_dec()261 break; /* timeout 5s */ in test_dec()
37 TIMEOUT Timeout duration for the timeout(1) command
732 uint64_t timeout; in sse_event_get_complete_timeout() local736 timeout = 3000; in sse_event_get_complete_timeout()738 timeout = strtoul(event_complete_timeout_str, NULL, 0); in sse_event_get_complete_timeout()740 return timer_get_cycles() + usec_to_cycles(timeout); in sse_event_get_complete_timeout()746 uint64_t timeout; in sse_test_inject_local() local787 timeout = sse_event_get_complete_timeout(); in sse_test_inject_local()788 while (!READ_ONCE(handler_arg->done) && timer_get_cycles() < timeout) { in sse_test_inject_local()819 uint64_t timeout; in sse_test_inject_global_cpu() local839 timeout = sse_event_get_complete_timeout(); in sse_test_inject_global_cpu()840 while (!READ_ONCE(test_arg->done) && timer_get_cycles() < timeout) { in sse_test_inject_global_cpu()[all …]
375 unsigned long timeout = (unsigned long)data; in ipi_hart_wait() local384 timer_start(timeout); in ipi_hart_wait()
43 timeout = 600112 timeout = 10128 timeout = 20134 timeout = 20140 timeout = 20146 timeout = 20198 timeout = 5204 timeout = 5
112 printf("GICv3: RWP timeout!\n"); in gicv3_do_wait_for_rwp()
256 timeout = 10s
327 printf("Timeout waiting to stop CPU:%d\n", cpu_id); in wait_thread()
190 assert_msg(false, "%s timeout!", in its_wait_for_range_completion()
620 #define PCI_EXP_DEVCTL2_COMP_TIMEOUT 0x000f /* Completion Timeout Value */685 #define PCI_ERR_UNC_COMP_TIME 0x00004000 /* Completion Timeout */706 #define PCI_ERR_COR_REP_TIMER 0x00001000 /* Replay Timer Timeout */