You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/08/06 08:23:52 UTC

[camel] branch main updated: (chores) camel-optaplanner: reduce the time spent trying to solve the problems (#11012)

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ddb49408d8 (chores) camel-optaplanner: reduce the time spent trying to solve the problems (#11012)
6ddb49408d8 is described below

commit 6ddb49408d8a1bc8d82e193ecdbe7ec27eb8dfac
Author: Otavio Rodolfo Piske <or...@users.noreply.github.com>
AuthorDate: Sun Aug 6 10:23:46 2023 +0200

    (chores) camel-optaplanner: reduce the time spent trying to solve the problems (#11012)
    
    Signed-off-by: Otavio R. Piske <an...@gmail.com>
---
 .../resources/org/apache/camel/component/optaplanner/solverConfig.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-optaplanner/src/test/resources/org/apache/camel/component/optaplanner/solverConfig.xml b/components/camel-optaplanner/src/test/resources/org/apache/camel/component/optaplanner/solverConfig.xml
index a32c7f2cc25..772ff281f3f 100644
--- a/components/camel-optaplanner/src/test/resources/org/apache/camel/component/optaplanner/solverConfig.xml
+++ b/components/camel-optaplanner/src/test/resources/org/apache/camel/component/optaplanner/solverConfig.xml
@@ -32,7 +32,7 @@
 
   <!-- Optimization algorithms configuration -->
   <termination>
-    <minutesSpentLimit>2</minutesSpentLimit>
+    <secondsSpentLimit>10</secondsSpentLimit>
   </termination>
 
 </solver>