diff --git a/tests/functests/APITest.cpp b/tests/functests/APITest.cpp index 03ada480f..11524cd5a 100644 --- a/tests/functests/APITest.cpp +++ b/tests/functests/APITest.cpp @@ -417,7 +417,7 @@ TEST(APITest, LogManager_Initialize_DebugEventListener) EXPECT_EQ(0u, debugListener.numReject); LogManager::UploadNow(); // Try to upload whatever we got - PAL::sleep(1000); // Give enough time to upload at least one event + PAL::sleep(10000); // Give enough time to upload at least one event EXPECT_NE(0u, debugListener.numSent); // Some posts must succeed within 500ms LogManager::PauseTransmission(); // There could still be some pending at this point LogManager::Flush(); // Save all pending to disk