We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d8536 commit 97c4713Copy full SHA for 97c4713
modules/bash-commons/src/dynamic-ubuntu-wait.sh
@@ -24,7 +24,7 @@ set -e
24
25
echo "Dynamically waiting for ubuntu's automatic update mechanism to let go of locks..."
26
27
-sleep 5 # In case this script is the very first command being run, we wait a bit to give unattended upgrades a chance to start.
+sleep 15 # In case this script is the very first command being run, we wait a bit to give unattended upgrades a chance to start.
28
29
while sudo fuser /var/lib/apt/lists/lock >/dev/null 2>&1; do sleep 1; echo 'waiting'; done
30
while sudo fuser /var/lib/dpkg/lock >/dev/null 2>&1; do sleep 1; echo 'still waiting'; done
0 commit comments