Fix ManualResetValueTaskSource tests missing event Waits (dotnet/corefx#34603)
authorStephen Toub <stoub@microsoft.com>
Tue, 15 Jan 2019 19:14:49 +0000 (14:14 -0500)
committerGitHub <noreply@github.com>
Tue, 15 Jan 2019 19:14:49 +0000 (14:14 -0500)
commit16699be75b130a33b906c762bf811a602db7a811
tree8fa7f066323d650ef1a6f41f7bb58643d483fbca
parent214e6c094ab49d18a18e48d683668a61ba7fc6d7
Fix ManualResetValueTaskSource tests missing event Waits (dotnet/corefx#34603)

These are sporadically failing because they're missing required .Wait() calls on an event that gets set.

Commit migrated from https://github.com/dotnet/corefx/commit/c0da1a5b0b5028e43ea5ad5369672f298b272daa
src/libraries/System.Threading.Tasks.Extensions/tests/ManualResetValueTaskSourceTests.cs