Skip to content

Commit

Permalink
Bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Mar 19, 2024
1 parent c0dac83 commit 365c3fb
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 365c3fb

Please sign in to comment.