| 77 | #endif // MESOS_HAS_JAVA |
| 78 | |
| 79 | void MesosTest::SetUpTestCase() |
| 80 | { |
| 81 | // We set the connection delay used by the scheduler library to 0. |
| 82 | // This is done to speed up the tests. |
| 83 | os::setenv("MESOS_CONNECTION_DELAY_MAX", "0ms"); |
| 84 | } |
| 85 | |
| 86 | |
| 87 | void MesosTest::TearDownTestCase() |
nothing calls this directly
no test coverage detected