This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 411fb59 Flaky test
411fb59 is described below
commit 411fb59366c98b497a8ad57f6adfb242f81b7b29
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Nov 4 18:05:51 2020 +0100
Flaky test
---
.../apache/camel/component/jira/consumer/NewCommentsConsumerTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-jira/src/test/java/org/apache/camel/component/jira/consumer/NewCommentsConsumerTest.java
b/components/camel-jira/src/test/java/org/apache/camel/component/jira/consumer/NewCommentsConsumerTest.java
index 96fcbc5..2c4bc0c 100644
---
a/components/camel-jira/src/test/java/org/apache/camel/component/jira/consumer/NewCommentsConsumerTest.java
+++
b/components/camel-jira/src/test/java/org/apache/camel/component/jira/consumer/NewCommentsConsumerTest.java
@@ -115,7 +115,7 @@ public class NewCommentsConsumerTest extends
CamelTestSupport {
return new RouteBuilder() {
@Override
public void configure() {
- from("jira://newComments?jiraUrl=" + JIRA_CREDENTIALS +
"&jql=project=" + PROJECT + "&delay=500")
+ from("jira://newComments?jiraUrl=" + JIRA_CREDENTIALS +
"&jql=project=" + PROJECT + "&delay=1000")
.to(mockResult);
}
};