Lines Matching +full:timeout +full:- +full:minutes
2 # SPDX-License-Identifier: GPL-2.0+
4 # Runs the C-language litmus tests matching the specified criteria.
10 # Run from the Linux kernel tools/memory-model directory.
14 # the value of --procs rises. On a four-core (eight hardware threads)
15 # 2.5GHz x86 with a one-minute per-run timeout:
17 # --procs wallclock CPU timeouts tests
30 # Increasing the timeout on the 20-process run to five minutes increases
31 # the runtime to about 90 minutes with the CPU time rising to about
35 # completely, for example, litmus/manual/atomic/C-unlock-wait-00.litmus
42 trap 'rm -rf $T' 0
45 if test -d litmus
57 find litmus -type d -print |
58 ( cd "$LKMM_DESTDIR"; sed -e 's/^/mkdir -p /' | sh )
61 # Create a list of the C-language litmus tests with no more than the
62 # specified number of processes (per the --procs argument).
63 find litmus -name '*.litmus' -print | mselect7 -arch C > $T/list-C
64 xargs < $T/list-C -r grep -L "^P${LKMM_PROCS}" > $T/list-C-short
66 scripts/runlitmushist.sh < $T/list-C-short