forked from omni-network/omni
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(scripts/join): fix hanging test (omni-network#2282)
Ensure context is cancelled when either of the goroutines exit, so that the other goroutine also exists, so that the eg.Wait returns and the test completes. It currently hangs since cancel isn't called in all flows. issue: none
- Loading branch information
1 parent
8a9051f
commit dc644a0
Showing
1 changed file
with
28 additions
and
10 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