提交 944e7c56 编写于 作者: A Andy Gocke

Up the wait time for the 64-bit win test runs

上级 82d1906c
......@@ -2435,11 +2435,11 @@ public async Task ServerWithSamePipeNameExits()
var server1 = ProcessUtilities.StartProcess(_compilerServerExecutable, args);
await Task.Delay(TimeSpan.FromMilliseconds(500)).ConfigureAwait(false);
await Task.Delay(TimeSpan.FromSeconds(1)).ConfigureAwait(false);
var server2 = ProcessUtilities.StartProcess(_compilerServerExecutable, args);
await Task.Delay(TimeSpan.FromMilliseconds(500)).ConfigureAwait(false);
await Task.Delay(TimeSpan.FromSeconds(1)).ConfigureAwait(false);
Assert.False(server1.HasExited);
Assert.True(server2.HasExited);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册