fix: reduced time spent sleeping in SLEEPTY exechooks

This commit is contained in:
ChrisERo 2022-01-10 19:20:28 -05:00 committed by chrrodri
parent 0df6e005d3
commit b8970bef85
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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