Skip to content

Commit c2d43bf

Browse files
committed
Increase timeout more
1 parent 68daa2f commit c2d43bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functests/APITest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ TEST(APITest, LogManager_Initialize_DebugEventListener)
417417
EXPECT_EQ(0u, debugListener.numReject);
418418

419419
LogManager::UploadNow(); // Try to upload whatever we got
420-
PAL::sleep(5000); // Give enough time to upload at least one event
420+
PAL::sleep(10000); // Give enough time to upload at least one event
421421
EXPECT_NE(0u, debugListener.numSent); // Some posts must succeed within 500ms
422422
LogManager::PauseTransmission(); // There could still be some pending at this point
423423
LogManager::Flush(); // Save all pending to disk

0 commit comments

Comments
 (0)