From 0809e2f8af76ed5bbbfd2ee52f6d888e1191ce63 Mon Sep 17 00:00:00 2001 From: Pablo Ruiz Date: Thu, 24 Dec 2015 23:55:21 +0100 Subject: [PATCH] Try to increase unit test timeout (as to allow CI builds to success) --- WkHtmlToXSharp.Tests/PdfConverterTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WkHtmlToXSharp.Tests/PdfConverterTests.cs b/WkHtmlToXSharp.Tests/PdfConverterTests.cs index 1532afb..c6743c4 100644 --- a/WkHtmlToXSharp.Tests/PdfConverterTests.cs +++ b/WkHtmlToXSharp.Tests/PdfConverterTests.cs @@ -134,7 +134,7 @@ void ThreadStart(object arg) } #endregion - private const int ConcurrentTimeout = 50000; + private const int ConcurrentTimeout = 95000; [Test] [Timeout(ConcurrentTimeout)]