Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add a delay for system event monitoring to start before pull com…
…pletes as the run commands are async (#144) Issue #, if available: *Description of changes:* This test fails around 50% of time in windows ``` should get real time events from command ``` adding the delay ensures system event process has started before the commands it monitors are running. This is a async call so this fix is required. *Testing done:* - [ x] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --------- Signed-off-by: Shubharanshu Mahapatra <[email protected]>
- Loading branch information