Skip to content

Commit ccac5a4

Browse files
nonassaAlan Lan
authored andcommitted
Fix QFP-3B flaky TestRequest test on macOS CI by widening sleep margin (TICKET_489)
1 parent cb863ec commit ccac5a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_quickfix_parity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ TEST_CASE("QFP-3B: TestRequest sent after 1.5x HeartBtInt no receive",
687687
session.on_timer_tick();
688688
capture.clear();
689689

690-
std::this_thread::sleep_for(std::chrono::milliseconds(600));
690+
std::this_thread::sleep_for(std::chrono::milliseconds(800));
691691
session.on_timer_tick();
692692

693693
REQUIRE(capture.has_msg_type(msg_type::TestRequest));

0 commit comments

Comments
 (0)