We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954a67a commit a69e537Copy full SHA for a69e537
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(1000); // 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