This is an automated email from the ASF dual-hosted git repository.
OpenPj pushed a commit to branch CONNECTORS-1784
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git
The following commit(s) were added to refs/heads/CONNECTORS-1784 by this push:
new ab56facd3 updated the job inactivity timeout in
ConnectionChangeTester.java (CONNECTORS-1784)
ab56facd3 is described below
commit ab56facd32d9720a2c04482467a415cde4b7fd72
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Wed Jun 24 23:50:13 2026 +0200
updated the job inactivity timeout in ConnectionChangeTester.java
(CONNECTORS-1784)
---
.../org/apache/manifoldcf/crawler/tests/ConnectionChangeTester.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/ConnectionChangeTester.java
b/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/ConnectionChangeTester.java
index 650a12dca..71220251f 100644
---
a/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/ConnectionChangeTester.java
+++
b/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/ConnectionChangeTester.java
@@ -90,7 +90,7 @@ public class ConnectionChangeTester
mgr.save(conn);
// Wait for the job to become inactive. The time should not exceed 10
seconds for the actual crawl.
- instance.waitJobInactiveNative(jobManager,job.getID(),30000L);
+ instance.waitJobInactiveNative(jobManager,job.getID(),120000L);
// The document will be skipped in the end.
if (jobManager.getStatus(job.getID()).getDocumentsProcessed() != 10)
throw new Exception("Expected 10 documents, saw
"+jobManager.getStatus(job.getID()).getDocumentsProcessed());