From 44d160b5d18cd6dfbbdcb2bbab55f02c5aa6d621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6llner?= Date: Wed, 21 Aug 2019 20:51:22 +0200 Subject: [PATCH] Increased RepeatedEmbargoError TC timeout, $version$ token for .nuspec --- Capnp.Net.Runtime.Tests/TcpRpcInterop.cs | 2 +- appveyor.yml | 2 +- chocolatey/capnpc-csharp-win-x86/capnpc-csharp-win-x86.nuspec | 2 +- chocolatey/capnpc-csharp/capnpc-csharp.nuspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Capnp.Net.Runtime.Tests/TcpRpcInterop.cs b/Capnp.Net.Runtime.Tests/TcpRpcInterop.cs index d509f8f..b498e47 100644 --- a/Capnp.Net.Runtime.Tests/TcpRpcInterop.cs +++ b/Capnp.Net.Runtime.Tests/TcpRpcInterop.cs @@ -980,7 +980,7 @@ namespace Capnp.Net.Runtime.Tests LaunchCompatTestProcess("server:MoreStuff", EmbargoErrorImpl); } - [TestMethod, Timeout(30000)] + [TestMethod, Timeout(60000)] public void RepeatedEmbargoError() { LaunchCompatTestProcess("server:MoreStuff", stdout => diff --git a/appveyor.yml b/appveyor.yml index 7ebf098..0fa9ac5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ install: - cd %APPVEYOR_BUILD_FOLDER% dotnet_csproj: patch: true - file: '**\*.csproj;**\*.props;**\*.fsproj;**\*.xml;**\*.nuspec' + file: '**\*.csproj;**\*.props;**\*.fsproj;**\*.xml' version: '{version}' package_version: '{version}' assembly_version: '{version}' diff --git a/chocolatey/capnpc-csharp-win-x86/capnpc-csharp-win-x86.nuspec b/chocolatey/capnpc-csharp-win-x86/capnpc-csharp-win-x86.nuspec index 3881782..ea88874 100644 --- a/chocolatey/capnpc-csharp-win-x86/capnpc-csharp-win-x86.nuspec +++ b/chocolatey/capnpc-csharp-win-x86/capnpc-csharp-win-x86.nuspec @@ -2,7 +2,7 @@ capnpc-csharp-win-x86 - 1.0.0 + $version$ https://github.com/c80k/capnproto-dotnetcore/tree/master/chocolatey Christian Köllner and contributors Christian Köllner diff --git a/chocolatey/capnpc-csharp/capnpc-csharp.nuspec b/chocolatey/capnpc-csharp/capnpc-csharp.nuspec index ec1ce67..4f7dd25 100644 --- a/chocolatey/capnpc-csharp/capnpc-csharp.nuspec +++ b/chocolatey/capnpc-csharp/capnpc-csharp.nuspec @@ -2,7 +2,7 @@ capnpc-csharp - 1.0.0 + $version$ https://github.com/c80k/capnproto-dotnetcore/tree/master/chocolatey Christian Köllner and contributors Christian Köllner