Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(server): timeout in server creation when waiting on next actions (#…
…561) While we wait a long time on the `create_server` actions, we only wait 2 minutes on any follow up actions like `start_server` or `attach_network`. This is sometimes not enough. This commit adds a longer wait timeout for the `next_actions` returned after creating the server. Co-authored-by: Marco Montesi <[email protected]>
- Loading branch information