-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: use a lower unenroll timeout in TestActionUnenrollHandler (#5465)
* test: use a lower unenroll timeout in TestActionUnenrollHandler auto unenroll with no running components is timing out after 15s due to hardcoded unenrollTimeout. There is no need to use a huge timeout in test. Pass the timeout as a method arg and use a lower timeout. Test time went from 15s to 0.1s * lint: fix linter issues
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 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
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