Increase connection timeout for http client tests (#1467)

This commit is contained in:
Nikita Salnikov-Tarnovski 2020-10-23 21:16:29 +03:00 committed by GitHub
parent a0ad3e31c8
commit 17576bba35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"