zbendhiba commented on a change in pull request #3068: URL: https://github.com/apache/camel-quarkus/pull/3068#discussion_r706837584
########## File path: integration-tests/salesforce/src/main/java/org/apache/camel/quarkus/component/salesforce/SalesforceRoutes.java ########## @@ -87,6 +87,12 @@ public void configure() throws Exception { + "updateTopic=true&sObjectQuery=SELECT Id, Name FROM Account") .to("seda:RawPayloadCamelTestTopic"); + // it takes some time for the subscriber to subscribe, so we'll try to + // send repeated platform events and wait until the first one is + // received + from("timer:platform") + .setBody().simple("{}") Review comment: @ppalaga is ot okay for you. Do I merge ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org