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.
|
||||
# This option takes no command arguments, so requires a wrapper script.
|
||||
|
||||
sleep 4
|
||||
sleep 3
|
||||
date >> /var/log/runs
|
||||
exit 1
|
||||
|
|
|
|||
|
|
@ -17,6 +17,6 @@
|
|||
# Use for e2e test of --exechook-command.
|
||||
# This option takes no command arguments, so requires a wrapper script.
|
||||
|
||||
sleep 4
|
||||
sleep 3
|
||||
cat file > exechook
|
||||
cat ../link/file > link-exechook
|
||||
|
|
|
|||
Loading…
Reference in New Issue