Skip to content

Commit dfa7a0e

Browse files
committed
jenkins: Increase SLES 15 timeout
We hit the updater still running, so wait a bit longer. We should do better, but this works for now. Signed-off-by: Brian Barrett <bbarrett@amazon.com>
1 parent 2fb6b68 commit dfa7a0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jenkins/customize-ami.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ case $PLATFORM_ID in
223223
;;
224224
sles)
225225
# wait for zypper auto-updates to finish
226-
echo "Waiting 180 seconds so initial Zypper configuration finishes"
227-
sleep 180
226+
echo "Waiting 300 seconds so initial Zypper configuration finishes"
227+
sleep 300
228228
while pgrep -x 'zypper' > /dev/null ; do
229229
echo "Waiting 10 seconds for zypper to exit...."
230230
sleep 10

0 commit comments

Comments
 (0)