Skip to content

Commit

Permalink
test-image: Bump delay for containers
Browse files Browse the repository at this point in the history
New systemd on cgroup1 systems adds a 30s delay which is causing some
test failures.

Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed May 31, 2024
1 parent 78affff commit 1913d97
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 @@ -125,7 +125,7 @@ done

# Wait for things to settle
echo "==> Waiting for instances to start"
[ "${TYPE}" = "container" ] && sleep 1m
[ "${TYPE}" = "container" ] && sleep 2m
[ "${TYPE}" = "vm" ] && sleep 3m
incus list "${TEST_IMAGE}"

Expand Down

0 comments on commit 1913d97

Please sign in to comment.