Skip to content

Commit

Permalink
Merge pull request canonical#13519 from MiguelPires/fix-maintenance-s…
Browse files Browse the repository at this point in the history
…pread-test

tests: fix snapd-maintenance-msg spread test
  • Loading branch information
ernestl authored Jan 29, 2024
2 parents 4439f6d + 2188423 commit 6d9b3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/snapd-maintenance-msg/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ execute: |
snap revert snapd
echo "Testing maintenance message for system reboots"
snap refresh core20 --channel=stable &
snap refresh core20 --channel=stable --amend &
retry -n 20 --wait 0.5 sh -c 'test-snapd-curl.curl -sS --unix-socket /run/snapd.socket http://localhost/v2/changes?select=all | jq ".maintenance" | MATCH "system is restarting"'
wait
Expand Down

0 comments on commit 6d9b3d9

Please sign in to comment.