fix: reduced time spent sleeping in SLEEPTY exechooks
This commit is contained in:
parent
0df6e005d3
commit
b8970bef85
|
|
@ -17,6 +17,6 @@
|
||||||
# Use for e2e test of --exechook-command.
|
# Use for e2e test of --exechook-command.
|
||||||
# This option takes no command arguments, so requires a wrapper script.
|
# This option takes no command arguments, so requires a wrapper script.
|
||||||
|
|
||||||
sleep 4
|
sleep 3
|
||||||
date >> /var/log/runs
|
date >> /var/log/runs
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,6 @@
|
||||||
# Use for e2e test of --exechook-command.
|
# Use for e2e test of --exechook-command.
|
||||||
# This option takes no command arguments, so requires a wrapper script.
|
# This option takes no command arguments, so requires a wrapper script.
|
||||||
|
|
||||||
sleep 4
|
sleep 3
|
||||||
cat file > exechook
|
cat file > exechook
|
||||||
cat ../link/file > link-exechook
|
cat ../link/file > link-exechook
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue