Skip to content

Commit

Permalink
updated NewDefaultHealthCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
cihangirbesiktas authored and Luis Davim committed Jan 24, 2018
1 parent db9fb10 commit d9b1e60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion health.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ func NewDefaultHealthCheck() *HealthCheck {
GracePeriodSeconds: 30,
IntervalSeconds: 10,
TimeoutSeconds: 5,
DelaySeconds: 15,
}
}

Expand Down
3 changes: 1 addition & 2 deletions tests/app-definitions/TestApplicationString-output.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"protocol": "HTTP",
"gracePeriodSeconds": 30,
"intervalSeconds": 5,
"timeoutSeconds": 5,
"delaySeconds": 15
"timeoutSeconds": 5
}
],
"instances": 2,
Expand Down

0 comments on commit d9b1e60

Please sign in to comment.