Skip to content

Commit e9ac652

Browse files
committed
increase waiting time
1 parent 51a92d6 commit e9ac652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/http_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ TEST_F(HttpTest, HttpStream_MultipleStreams) {
664664

665665
// Wait for all to disconnect
666666
EXPECT_TRUE(wait_for_condition([&]() { return disconnected_count.load() == 3; },
667-
std::chrono::seconds(5)));
667+
std::chrono::seconds(10)));
668668

669669
EXPECT_GT(data_count.load(), 0);
670670
}

0 commit comments

Comments
 (0)