-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow for retries when checking if the emulator is running (#1459)
The reason we were experiencing intermittent failures with these tests is because when checking if the emulator was fully up and running, sometimes the container wouldn't even be started yet, and would panic in the `wait_for_emulator_start_text` fn. This change adds a retry with exponential backoff so if the container isn't up yet, and the request fails, it will try again after waiting.
- Loading branch information
1 parent
7ba2513
commit d19fc13
Showing
1 changed file
with
35 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters