Skip to content

Commit

Permalink
Increase restart request timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe committed Jan 8, 2025
1 parent fa35b79 commit a7c5338
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ private enum DefaultTimeouts {
STEP_OUT(5000),
RESUME(5000),
PAUSE(5000),
RESTART(15000),
RESTART(20000),
DISCONNECT(5000);

private final long value;
Expand Down

0 comments on commit a7c5338

Please sign in to comment.