Increase connection timeout for http client tests (#1467)
This commit is contained in:
parent
a0ad3e31c8
commit
17576bba35
|
@ -27,7 +27,7 @@ import spock.lang.Unroll
|
|||
@Unroll
|
||||
abstract class HttpClientTest extends AgentTestRunner {
|
||||
protected static final BODY_METHODS = ["POST", "PUT"]
|
||||
protected static final CONNECT_TIMEOUT_MS = 1000
|
||||
protected static final CONNECT_TIMEOUT_MS = 5000
|
||||
protected static final BASIC_AUTH_KEY = "custom-authorization-header"
|
||||
protected static final BASIC_AUTH_VAL = "plain text auth token"
|
||||
|
||||
|
|
Loading…
Reference in New Issue