Skip to content

Commit

Permalink
Increase timeout fo connectivity commands. Lower timeout could lead t…
Browse files Browse the repository at this point in the history
…o ask timeout during open connection

Signed-off-by: Yannic Klem <yannic.klem@bosch.io>
  • Loading branch information
Yannic92 committed Aug 15, 2022
1 parent 9878651 commit 413c620
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -70,7 +70,7 @@ public final class ConnectionSupervisorActor
* For connectivity, this local ask timeout has to be higher as e.g. "openConnection" commands performed in a
* "staged" way will lead to quite some response times.
*/
private static final Duration CONNECTIVITY_DEFAULT_LOCAL_ASK_TIMEOUT = Duration.ofSeconds(15);
private static final Duration CONNECTIVITY_DEFAULT_LOCAL_ASK_TIMEOUT = Duration.ofSeconds(50);

private static final SupervisorStrategy SUPERVISOR_STRATEGY =
new OneForOneStrategy(true,
Expand Down

0 comments on commit 413c620

Please sign in to comment.