Skip to content

Commit

Permalink
increase timeout for test to 15 sec;
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
  • Loading branch information
Stefan Maute committed Oct 12, 2022
1 parent 252cb99 commit 9e6a527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public <S extends ThingEvent<?>> Object wrapForPublicationWithAcks(final S messa

protected void expectAndAnswerSudoRetrieveThing(final Object sudoRetrieveThingResponse) {
final SudoRetrieveThing sudoRetrieveThing =
thingPersistenceActorProbe.expectMsgClass(FiniteDuration.apply(5, TimeUnit.SECONDS),
thingPersistenceActorProbe.expectMsgClass(FiniteDuration.apply(15, TimeUnit.SECONDS),
SudoRetrieveThing.class);
assertThat((CharSequence) sudoRetrieveThing.getEntityId()).isEqualTo(THING_ID);
thingPersistenceActorProbe.reply(sudoRetrieveThingResponse);
Expand Down

0 comments on commit 9e6a527

Please sign in to comment.