Skip to content

Commit 365c3fb

Browse files
committed
Bump timeout
1 parent c0dac83 commit 365c3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/format-test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@ TEST(format_test, line_buffering) {
17791779
});
17801780

17811781
std::unique_lock<std::mutex> lock(mutex);
1782-
ASSERT_EQ(cv.wait_for(lock, std::chrono::seconds(1)),
1782+
ASSERT_EQ(cv.wait_for(lock, std::chrono::minutes(1)),
17831783
std::cv_status::no_timeout);
17841784
reader.join();
17851785
}

0 commit comments

Comments
 (0)