Skip to content

Commit

Permalink
Bump timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Nov 9, 2023
1 parent ceb55b4 commit 8e3fd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_backups.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async def test_backup(ops_test: OpsTest, cloud_configs: Tuple[Dict, Dict]) -> No
)
await action.wait()
await ops_test.model.wait_for_idle(
apps=[database_app_name, S3_INTEGRATOR_APP_NAME], status="active", timeout=1000
apps=[database_app_name, S3_INTEGRATOR_APP_NAME], status="active", timeout=1500
)

primary = await get_primary(ops_test, f"{database_app_name}/0")
Expand Down

0 comments on commit 8e3fd79

Please sign in to comment.