Skip to content

Commit

Permalink
Bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut authored and happymonkey1 committed Apr 6, 2024
1 parent 6b48271 commit 08273ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/format-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,7 @@ TEST(format_test, line_buffering) {
});

std::unique_lock<std::mutex> lock(mutex);
ASSERT_EQ(cv.wait_for(lock, std::chrono::seconds(1)),
ASSERT_EQ(cv.wait_for(lock, std::chrono::minutes(1)),
std::cv_status::no_timeout);
reader.join();
}
Expand Down

0 comments on commit 08273ee

Please sign in to comment.