-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reintroduce previously removed exit condition in login loop + fix ret…
…ry count (#2212) * Reintroduced the connected state escape in login loop/pre-increment reconnection attempt number to avoid extra reconnection attempt. * Added test * Adjusted timing in test, was undercounting the amount of time taken * Changed tests * Fixed imports * Made loginTimeout a more reasonable 90sec vs 3hours * Review comments + made timeout longer for case with retry (90 --> 120) * First test 25sec --> 9sec * First test 9sec --> 3sec
- Loading branch information
1 parent
480985b
commit 484f01f
Showing
2 changed files
with
71 additions
and
1 deletion.
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
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