Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make TestInvokeReturningSecrets no longer flaky (#655)
### Description Fixes #653. The problem was that sometimes the test finishes executing before the apply function finished running and it became a race. Fixed using channels that signal when the apply function is done and waiting for it. If it takes longer than 2 seconds, it times out.
- Loading branch information