1 // The number of seconds to wait at the end of the test inferior before 2 // exiting. This delay is needed to ensure the logging infrastructure 3 // has flushed out the message. If we finished before all messages were 4 // flushed, then the test will never see the unflushed messages, causing 5 // some test logic to fail. 6 #define FINAL_WAIT_SECONDS 5 7