We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68daa2f commit c2d43bfCopy full SHA for c2d43bf
tests/functests/APITest.cpp
@@ -417,7 +417,7 @@ TEST(APITest, LogManager_Initialize_DebugEventListener)
417
EXPECT_EQ(0u, debugListener.numReject);
418
419
LogManager::UploadNow(); // Try to upload whatever we got
420
- PAL::sleep(5000); // Give enough time to upload at least one event
+ PAL::sleep(10000); // Give enough time to upload at least one event
421
EXPECT_NE(0u, debugListener.numSent); // Some posts must succeed within 500ms
422
LogManager::PauseTransmission(); // There could still be some pending at this point
423
LogManager::Flush(); // Save all pending to disk
0 commit comments