Skip to content

Commit 6ccd8be

Browse files
Fixing the build errors
1 parent b65f049 commit 6ccd8be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/MSBuild/CosmosTargetsPublishTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ private string PublishProject(string projectFile, string runtimeIdentifier)
185185

186186
using (var process = Process.Start(processInfo))
187187
{
188-
process.WaitForExit(timeout: TimeSpan.FromMinutes(5));
188+
process.WaitForExit(TimeSpan.FromMinutes(5).Milliseconds);
189189

190190
string output = process.StandardOutput.ReadToEnd();
191191
string error = process.StandardError.ReadToEnd();

0 commit comments

Comments
 (0)