Increase timeout for zipkin sender tests
This commit is contained in:
@@ -27,7 +27,7 @@ import static zipkin2.codec.SpanBytesEncoder.PROTO3;
|
||||
|
||||
class RestTemplateSenderTest extends AbstractSenderTest {
|
||||
|
||||
public static final int DEFAULT_CHECK_TIMEOUT = 400;
|
||||
public static final int DEFAULT_CHECK_TIMEOUT = 1_000;
|
||||
|
||||
@Override
|
||||
Sender jsonSender() {
|
||||
|
||||
@@ -26,7 +26,7 @@ import static zipkin2.codec.SpanBytesEncoder.PROTO3;
|
||||
|
||||
class WebClientSenderTests extends AbstractSenderTest {
|
||||
|
||||
public static final int DEFAULT_CHECK_TIMEOUT = 400;
|
||||
public static final int DEFAULT_CHECK_TIMEOUT = 1_000;
|
||||
|
||||
@Override
|
||||
Sender jsonSender() {
|
||||
|
||||
Reference in New Issue
Block a user