Skip to content

Commit

Permalink
test/suites/basic: wait up to 15 minutes (debug)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
simondeziel committed Apr 11, 2024
1 parent f54aa34 commit fcdd0b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions microcloud/test/suites/basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ EOF

# Ensure we can reach the launched instances.
for m in c1 v1 ; do
echo "Waiting up to 5 mins for ${m} to start"
echo "Waiting up to 15 mins for ${m} to start"
lxc exec micro01 -- sh -ceu "
for round in \$(seq 100); do
for round in \$(seq 300); do
if lxc info ${m} | grep -qxF 'Status: READY'; then
echo \"${m} booted successfully\"
Expand Down Expand Up @@ -245,9 +245,9 @@ EOF

# Ensure we can reach the launched instances.
for m in c1 v1 ; do
echo "Waiting up to 5 mins for ${m} to start"
echo "Waiting up to 15 mins for ${m} to start"
lxc exec micro01 -- sh -ceu "
for round in \$(seq 100); do
for round in \$(seq 300); do
if lxc info ${m} | grep -qxF 'Status: READY'; then
lxc exec ${m} -- stat /cephfs
echo \"${m} booted successfully\"
Expand Down

0 comments on commit fcdd0b3

Please sign in to comment.