Home
last modified time | relevance | path

Searched refs:delay (Results 1 – 25 of 33) sorted by relevance

12

/coreutils/tests/misc/
Dstdbuf.sh69 (printf '1\n'; sleep $delay; printf '2\n') | stdbuf -oL uniq > fifo
84 (printf '1\n'; sleep $delay; printf '2\n') | stdbuf -o0 uniq > fifo
118 # (printf '1\n'; sleep $delay; printf '2\n') | stdbuf -o4 uniq > fifo
/coreutils/tests/dd/
Dreblock.sh46 local delay="$1"
50 (printf 'ab'; sleep $delay; printf 'cd') > dd.fifo
60 local delay="$1"
64 (printf 'ab'; sleep $delay; printf 'cd') > dd.fifo
/coreutils/tests/tail/
Dinotify-rotate-resources.sh32 local delay="$1"
34 { sleep $delay; return 1; }
42 local delay="$1"
44 { sleep $delay; return 1; }
Dwait.sh67 local delay="$1"
71 sleep $delay
73 sleep $delay
76 sleep $delay
78 sleep $delay
Dflush-initial.sh36 local delay="$1"
37 sleep $delay
DF-vs-rename.sh25 local delay="$1"
28 { sleep $delay; return 1; }
32 { sleep $delay; return 1; }
Dtruncate.sh24 local delay="$1"
26 { sleep $delay; return 1; }
DF-vs-missing.sh26 local delay="$1"
28 { sleep $delay; return 1; }
Ddescriptor-vs-rename.sh26 local delay="$1"
28 { sleep $delay; return 1; }
DF-headers.sh26 local delay="$1"
28 { sleep $delay; return 1; }
Dassert-2.sh26 local delay="$1"
28 { sleep $delay; return 1; }
Dtail-n0f.sh47 local delay="$1"; sleep $delay
Dinotify-hash-abuse.sh28 local delay="$1"
30 { sleep $delay; return 1; }
Dassert.sh31 local delay="$1"
33 { sleep $delay; return 1; }
Dinotify-rotate.sh27 local delay="$1"
29 { sleep $delay; return 1; }
Doverlay-headers.sh35 local delay=$1
37 [ "$(countlines_)" -ge "$elc" ] || { sleep $delay; return 1; }
Dfollow-stdin.sh27 local delay="$1"
29 { sleep $delay; return 1; }
Dinotify-dir-recreate.sh41 local delay="$1"
43 { sleep $delay ; return 1; }
Dsymlink.sh34 local delay=$1
36 [ "$(countlines_)" -ge "$elc" ] || { sleep $delay; return 1; }
/coreutils/tests/cat/
Dcat-buf.sh36 local delay="$1"
40 (echo 1; sleep $delay; echo 2) | cat -v > fifo
/coreutils/tests/stat/
Dstat-birthtime.sh40 local delay="$1"
41 sleep $delay
/coreutils/tests/mv/
Di-3.sh50 local delay="$1"
53 *) sleep $delay; return 1;;
/coreutils/tests/timeout/
Dtimeout-group.sh57 local delay="$1"
59 { sleep $delay; return 1; }
/coreutils/man/
Dsleep.x2 sleep \- delay for a specified amount of time
/coreutils/tests/env/
Denv-signal-handler.sh87 local delay="$1"
90 env timeout --verbose --kill-after=.1 --signal=INT $delay \

12