Reduce some of the excessive sleep times for various things

This commit is contained in:
Josh.5
2023-09-29 23:39:26 +13:00
parent c651034d13
commit 12cc16459a
5 changed files with 7 additions and 9 deletions

View File

@@ -26,8 +26,8 @@ fi
# Monitor kernel uevents
udevadm monitor &
monitor_pid=$!
# Wait for 10 seconds, then request device events from the kernel
sleep 10
# Wait for 5 seconds, then request device events from the kernel
sleep 5
udevadm trigger
# WAIT FOR CHILD PROCESS: