Skip to content

Commit

Permalink
Flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Nov 16, 2024
1 parent e7d2ebc commit ec6a4e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected RouteBuilder createRouteBuilder() {
return new RouteBuilder() {
@Override
public void configure() {
from("direct:start").resequence(header("seqno")).batch().timeout(50).to("mock:result");
from("direct:start").resequence(header("seqno")).batch().timeout(150).to("mock:result");
}
};
}
Expand Down

0 comments on commit ec6a4e4

Please sign in to comment.