apache / aurora

Apache Aurora - A Mesos framework for long-running services, cron jobs, and ad-hoc jobs
https://aurora.apache.org
Apache License 2.0
635 stars 232 forks source link

Increasing initial timeout for health check in end to end #95

Closed ridv closed 4 years ago

ridv commented 4 years ago

Description:

Docker based tasks need a bit more time to come up successfully. This change allows end to end tests that were previously failing to pass.

Testing Done:

End to end tests

ridv commented 4 years ago

Thanks all for verifying!