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 Jul 10, 2018
1 parent e6f1571 commit eec75e4
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 @@ -130,7 +130,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 eec75e4

Please sign in to comment.