Skip to content

Commit

Permalink
Increase sleep to allow Spring Context to bootstrap
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 b751cbe commit 15e119c
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(2000);

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

Expand Down

0 comments on commit 15e119c

Please sign in to comment.