Skip to content

Commit

Permalink
reduce extra time when instance is booted
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Apr 25, 2024
1 parent b4d2371 commit ec3b30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-image
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ for i in ${INSTANCES}; do
done

# Give instances some extra time to boot properly.
sleep 60 # Temporary.
sleep 15 # Temporary.
lxc list "${TEST_IMAGE}"

#
Expand Down

0 comments on commit ec3b30f

Please sign in to comment.