-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #1318, adjust timing on condvar tests
The order of task wakeup when using OS_CondVarSignal() with multiple tasks pending may not be guaranteed. This relaxes the test case so that a specific order is not assumed/required. This also adjust certain sleep times to make sure the test waits long enough for the tasks to do the expected work.
- Loading branch information
Showing
1 changed file
with
10 additions
and
4 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