reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 | // The number of seconds to wait at the end of the test inferior before // exiting. This delay is needed to ensure the logging infrastructure // has flushed out the message. If we finished before all messages were // flushed, then the test will never see the unflushed messages, causing // some test logic to fail. #define FINAL_WAIT_SECONDS 5 |