Skip to content

Commit 653653b

Browse files
committed
fix: change a shutdown timeout to match the other tests
1 parent 4f540b1 commit 653653b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/server-sent-events/tests/client_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ TEST(ClientTest, RespectsReadTimeout) {
707707

708708
SimpleLatch shutdown_latch(1);
709709
client->async_shutdown([&] { shutdown_latch.count_down(); });
710-
EXPECT_TRUE(shutdown_latch.wait_for(100ms));
710+
EXPECT_TRUE(shutdown_latch.wait_for(5000ms));
711711
}
712712

713713
TEST(ClientTest, DestructorCleansUpProperly) {

0 commit comments

Comments
 (0)