Home
last modified time | relevance | path

Searched full:timeout (Results 1 – 18 of 18) sorted by relevance

/kvm-unit-tests/x86/
H A Dunittests.cfg15 timeout = 30
24 timeout = 60
126 timeout = 240
229 timeout = 180
348 timeout = 10
356 timeout = 30
365 timeout = 10
382 timeout = 10
391 timeout = 10
399 timeout = 10
[all …]
/kvm-unit-tests/scripts/
H A Druntime.bash3 : "${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 default
203 print_result "FAIL" $testname "" "timeout; duration=$timeout"
205 echo "not ok TEST_NUMBER - ${testname}: timeout; duration=$timeout" >&3
H A Dcommon.bash18 local timeout
31 …$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeout" "$disabled_if"
47 timeout=""
85 elif [[ $line =~ ^timeout\ *=\ *(.*)$ ]]; then
86 timeout=${BASH_REMATCH[1]}
90 …me" "$groups" "$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeout"
H A Darch-run.bash48 if [ "$TIMEOUT" ] && [ "$TIMEOUT" != "0" ]; then
50 s=${TIMEOUT: -1}
52 TIMEOUT=${TIMEOUT:0:-1}
53 ((TIMEOUT += 10)) # Add 10 seconds for booting UEFI
54 TIMEOUT="${TIMEOUT}s"
57 echo "timeout -k 1s --foreground $TIMEOUT"
H A Dget_maintainer.pl723 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`;
/kvm-unit-tests/scripts/s390x/
H A Dfunc.bash20 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"
/kvm-unit-tests/docs/
H A Dunittests.txt109 timeout
111 timeout = <duration>
113 Optional timeout in seconds, after which the test will be killed and fail. Can
114 be overwritten with the TIMEOUT=<duration> environment variable.
/kvm-unit-tests/powerpc/
H A Dunittests.cfg49 timeout = 5
56 timeout = 5
65 timeout = 5
H A Dinterrupts.c236 break; /* timeout 5s */ in test_dec()
261 break; /* timeout 5s */ in test_dec()
/kvm-unit-tests/
H A Drun_tests.sh37 TIMEOUT Timeout duration for the timeout(1) command
/kvm-unit-tests/riscv/
H A Dsbi-sse.c732 uint64_t timeout; in sse_event_get_complete_timeout() local
736 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() local
787 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() local
839 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 …]
H A Dsbi.c375 unsigned long timeout = (unsigned long)data; in ipi_hart_wait() local
384 timer_start(timeout); in ipi_hart_wait()
/kvm-unit-tests/s390x/
H A Dunittests.cfg43 timeout = 600
112 timeout = 10
128 timeout = 20
134 timeout = 20
140 timeout = 20
146 timeout = 20
198 timeout = 5
204 timeout = 5
/kvm-unit-tests/lib/arm/asm/
H A Dgic-v3.h112 printf("GICv3: RWP timeout!\n"); in gicv3_do_wait_for_rwp()
/kvm-unit-tests/arm/
H A Dunittests.cfg256 timeout = 10s
/kvm-unit-tests/lib/powerpc/
H A Dsmp.c327 printf("Timeout waiting to stop CPU:%d\n", cpu_id); in wait_thread()
/kvm-unit-tests/lib/arm64/
H A Dgic-v3-its-cmd.c190 assert_msg(false, "%s timeout!", in its_wait_for_range_completion()
/kvm-unit-tests/lib/linux/
H A Dpci_regs.h620 #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 */