Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2604610BA5 for ; Tue, 17 Sep 2013 03:50:02 +0000 (UTC) Received: (qmail 67054 invoked by uid 500); 17 Sep 2013 03:49:57 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 67028 invoked by uid 500); 17 Sep 2013 03:49:53 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 67017 invoked by uid 99); 17 Sep 2013 03:49:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Sep 2013 03:49:52 +0000 Date: Tue, 17 Sep 2013 03:49:52 +0000 (UTC) From: "Willem Jiang (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CAMEL-6760) camel-test-blueprint - Possibility to configure Camel Context creation timeout MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769163#comment-13769163 ] Willem Jiang edited comment on CAMEL-6760 at 9/17/13 3:49 AM: -------------------------------------------------------------- Applied the patch into master, camel-2.12.x and camel-2.11.x branches with thanks to Eugene. I also updated the blueprint test wiki page for this new feature. was (Author: njiang): Applied the patch into master, camel-2.12.x and camel-2.11.x branches. > camel-test-blueprint - Possibility to configure Camel Context creation timeout > ------------------------------------------------------------------------------ > > Key: CAMEL-6760 > URL: https://issues.apache.org/jira/browse/CAMEL-6760 > Project: Camel > Issue Type: Improvement > Components: camel-test > Affects Versions: 2.12.0 > Reporter: Eugene Tarasov > Assignee: Willem Jiang > Priority: Minor > Fix For: 2.11.2, 2.12.1, 2.13.0 > > Attachments: TimeoutCustomization.patch > > > Currently, during startup CamelBlueprintTestSupport waits 30 sec for Camel Context to be ready. Sometimes (quite often for us) this time is not enough even when everything goes well. The value of 30 seconds cannot be easily changed now. The patch that Ive prepared introduces possibility to customize this value, in two ways: > * Globally, by setting {{org.apache.camel.test.blueprint.camelContextCreationTimeout}} system property. > * Locally for each test, by overriding _getCamelContextCreationTimeout_ method. > In both cases timeout is set in milliseconds. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira