This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git


The following commit(s) were added to refs/heads/master by this push:
     new e35e814  Lucene.Net.Index.Test4GBStoredFields::Test(): Increased 
timeout from 20 to 25 min to allow nightly to complete the run
e35e814 is described below

commit e35e814c19289a3b3a44fd15907aa3a6ae194a48
Author: Shad Storhaug <[email protected]>
AuthorDate: Wed Nov 24 09:32:22 2021 +0700

    Lucene.Net.Index.Test4GBStoredFields::Test(): Increased timeout from 20 to 
25 min to allow nightly to complete the run
---
 src/Lucene.Net.Tests/Index/Test4GBStoredFields.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Lucene.Net.Tests/Index/Test4GBStoredFields.cs 
b/src/Lucene.Net.Tests/Index/Test4GBStoredFields.cs
index 3025d08..35b080e 100644
--- a/src/Lucene.Net.Tests/Index/Test4GBStoredFields.cs
+++ b/src/Lucene.Net.Tests/Index/Test4GBStoredFields.cs
@@ -46,7 +46,7 @@ namespace Lucene.Net.Index
     {
         [Test]
         [Nightly]
-        [Timeout(1200000)]
+        [Timeout(1500000)] // 25 minutes
         public virtual void Test()
         {
             // LUCENENET specific - disable the test if not 64 bit

Reply via email to