Skip to content

Commit

Permalink
4980 EchoServiceTest timeout (#5005)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kec <[email protected]>

Signed-off-by: Daniel Kec <[email protected]>
  • Loading branch information
danielkec authored Sep 30, 2022
1 parent c095a41 commit e6c859d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class EchoClient {
private static final Logger LOGGER = Logger.getLogger(EchoClient.class.getName());

private static final ClientManager client = ClientManager.createClient(JdkClientContainer.class.getName());
private static final long TIMEOUT_SECONDS = 10;
private static final long TIMEOUT_SECONDS = 40;

private final URI uri;
private final BiFunction<String, String, Boolean> equals;
Expand Down

0 comments on commit e6c859d

Please sign in to comment.