Skip to content

Commit a982902

Browse files
Fix rollback-incompat. upgrade test
1 parent 1ffb94a commit a982902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/high_availability/test_upgrade_rollback_incompat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ async def test_rollback(juju: Juju, charm: str, continuous_writes) -> None:
177177
)
178178
juju.wait(
179179
ready=lambda status: jubilant_backports.all_active(status, MYSQL_APP_NAME),
180-
timeout=20 * MINUTE_SECS,
180+
timeout=30 * MINUTE_SECS,
181181
)
182182

183183
logging.info("Ensure rollback has taken place")

0 commit comments

Comments
 (0)