juju / amulet

Testing harness and tools for Juju Charms
Other
17 stars 33 forks source link

Action should raise TimeoutError when status is pending #175

Open simonklb opened 7 years ago

simonklb commented 7 years ago

Like it does when the current status is running here it should also consider the pending status.

This happened to me when the timeout was short and the charm was doing other things never letting the action run.