canonical / mimir-worker-k8s-operator

https://charmhub.io/mimir-worker-k8s
Apache License 2.0
0 stars 0 forks source link

fix: increase the timeout for charm_ha_scale integration test #73

Open ca-scribner opened 1 month ago

ca-scribner commented 1 month ago

Issue

during charm_ha_scaled.py's test_integrate, the deployment sometimes takes longer than wait_for_idle's default 10 minutes to be up and running, resulting in integration test failures. Underpowered github runners especially contribute to this.

Solution

Extend the timeout to 30 minutes.

Context

-

Testing Instructions

If CI passes, it works

Release Notes

-

Closes #71 Related to OPENG-2662

ca-scribner commented 1 month ago

ok so apparently a slow computer wasn't the only thing breaking this :(