mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-21 15:27:55 +08:00
Merge remote-tracking branch 'origin/main' into dev/snickler/net8-upgrade
This commit is contained in:
commit
1b5c1802f8
@ -49,6 +49,9 @@ namespace Microsoft.Interop.Tests
|
|||||||
serverPipe.Start();
|
serverPipe.Start();
|
||||||
ClientPipe.Start();
|
ClientPipe.Start();
|
||||||
|
|
||||||
|
// Test can be flaky as the pipes are still being set up and we end up receiving no message. Wait for a bit to avoid that.
|
||||||
|
Thread.Sleep(100);
|
||||||
|
|
||||||
ClientPipe.Send(testString);
|
ClientPipe.Send(testString);
|
||||||
reset.WaitOne();
|
reset.WaitOne();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user