Skip to content

Commit

Permalink
Increase the sleep for messaging test
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Ciocanu <ciocanu@adobe.com>
  • Loading branch information
Artur Ciocanu committed Sep 25, 2024
1 parent e5e5d43 commit 529db5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void testDaprMessagingTemplate() throws InterruptedException {
}

// Wait for the messages to arrive
Thread.sleep(1000);
Thread.sleep(10000);

List<CloudEvent<String>> events = testRestController.getEvents();

Expand Down

0 comments on commit 529db5a

Please sign in to comment.