mirror of https://github.com/apache/jclouds.git
Fix the HealthCheck live tests
This commit is contained in:
parent
3c5f3ae66e
commit
9d3b2d70e1
|
@ -46,8 +46,8 @@ public class HttpHealthCheckApiLiveTest extends BaseGoogleComputeEngineApiLiveTe
|
|||
.port(56)
|
||||
.checkIntervalSec(40)
|
||||
.timeoutSec(40)
|
||||
.healthyThreshold(30)
|
||||
.unhealthyThreshold(15)
|
||||
.healthyThreshold(5)
|
||||
.unhealthyThreshold(3)
|
||||
.description("A First Health Check!")
|
||||
.buildWithDefaults();
|
||||
assertOperationDoneSuccessfully(api().insert(HTTP_HEALTH_CHECK_NAME, options));
|
||||
|
|
Loading…
Reference in New Issue