Skip to content

Commit

Permalink
Try to increase unit test timeout (as to allow CI builds to success)
Browse files Browse the repository at this point in the history
  • Loading branch information
pruiz committed Dec 24, 2015
1 parent 0dd084c commit 0809e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WkHtmlToXSharp.Tests/PdfConverterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void ThreadStart(object arg)
}
#endregion

private const int ConcurrentTimeout = 50000;
private const int ConcurrentTimeout = 95000;

[Test]
[Timeout(ConcurrentTimeout)]
Expand Down

0 comments on commit 0809e2f

Please sign in to comment.