.NET: Add timeout to TestTxDeadlockDetection
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a4b24465 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/a4b24465 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/a4b24465 Branch: refs/heads/ignite-zk Commit: a4b24465a8ed95c886f2b7e5bea195dc14a5335c Parents: 6136ecd Author: Pavel Tupitsyn <[email protected]> Authored: Thu Jan 11 16:51:00 2018 +0300 Committer: Pavel Tupitsyn <[email protected]> Committed: Thu Jan 11 16:51:00 2018 +0300 ---------------------------------------------------------------------- .../Cache/CacheAbstractTransactionalTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/a4b24465/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheAbstractTransactionalTest.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheAbstractTransactionalTest.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheAbstractTransactionalTest.cs index 77ae8fe..fac5614 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheAbstractTransactionalTest.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheAbstractTransactionalTest.cs @@ -529,7 +529,7 @@ namespace Apache.Ignite.Core.Tests.Cache /// <summary> /// Tests the transaction deadlock detection. /// </summary> - [Test] + [Test, Timeout(50000)] public void TestTxDeadlockDetection() { var cache = Cache();
