You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by la...@apache.org on 2015/05/23 18:26:50 UTC

lucenenet git commit: increase timeout

Repository: lucenenet
Updated Branches:
  refs/heads/failingtests 419b8d4be -> 8f8c65cbf


increase timeout


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/8f8c65cb
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/8f8c65cb
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/8f8c65cb

Branch: refs/heads/failingtests
Commit: 8f8c65cbfe4508063a40721d442f8e76b7401c93
Parents: 419b8d4
Author: Laimonas Simutis <la...@gmail.com>
Authored: Sat May 23 12:26:36 2015 -0400
Committer: Laimonas Simutis <la...@gmail.com>
Committed: Sat May 23 12:26:36 2015 -0400

----------------------------------------------------------------------
 src/Lucene.Net.Tests/core/AssemblyInfo.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/8f8c65cb/src/Lucene.Net.Tests/core/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Tests/core/AssemblyInfo.cs b/src/Lucene.Net.Tests/core/AssemblyInfo.cs
index f64ca91..3838dbd 100644
--- a/src/Lucene.Net.Tests/core/AssemblyInfo.cs
+++ b/src/Lucene.Net.Tests/core/AssemblyInfo.cs
@@ -82,4 +82,4 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyKeyFile("")]
 [assembly: AssemblyKeyName("")]
 
-[assembly: Timeout(20000)]
\ No newline at end of file
+[assembly: Timeout(40000)]
\ No newline at end of file