Skip to content

Commit 412a5a8

Browse files
committed
Fix use of chrono literals
1 parent 02bbdfb commit 412a5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ TEST(GetAddrInfoDanglingRefTest, LongTimeout) {
13491349
ASSERT_FALSE(res);
13501350
}
13511351

1352-
std::this_thread::sleep_for(8s);
1352+
std::this_thread::sleep_for(std::chrono::seconds(8));
13531353
}
13541354

13551355
TEST(ConnectionErrorTest, InvalidHost) {

0 commit comments

Comments
 (0)