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)
|
.port(56)
|
||||||
.checkIntervalSec(40)
|
.checkIntervalSec(40)
|
||||||
.timeoutSec(40)
|
.timeoutSec(40)
|
||||||
.healthyThreshold(30)
|
.healthyThreshold(5)
|
||||||
.unhealthyThreshold(15)
|
.unhealthyThreshold(3)
|
||||||
.description("A First Health Check!")
|
.description("A First Health Check!")
|
||||||
.buildWithDefaults();
|
.buildWithDefaults();
|
||||||
assertOperationDoneSuccessfully(api().insert(HTTP_HEALTH_CHECK_NAME, options));
|
assertOperationDoneSuccessfully(api().insert(HTTP_HEALTH_CHECK_NAME, options));
|
||||||
|
|
Loading…
Reference in New Issue