Skip to content

Commit 458a4ff

Browse files
committed
fix: add a bit more time to stabilize
1 parent 8898178 commit 458a4ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/mongodb/upgrades/test_pre_refresh_checks_failures.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ async def test_preflight_check_fails_during_backup(
7878
timeout=TIMEOUT,
7979
)
8080

81+
await ops_test.model.wait_for_idle(apps=[app_name], status="active", timeout=TIMEOUT)
82+
8183
# verify backup is started
8284
leader_unit = await find_unit(ops_test, leader=True, app_name=app_name)
8385
action = await leader_unit.run_action(action_name="create-backup")

0 commit comments

Comments
 (0)