From 64c5b46d9e3827bf92fab5ff7a4abcf5e2db1ac0 Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Wed, 22 Apr 2020 13:28:47 +0300 Subject: follow-up fixes after 16416 --- test/storage/online_file_source.test.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/storage/online_file_source.test.cpp b/test/storage/online_file_source.test.cpp index 050b9d0f3f..6aba83de09 100644 --- a/test/storage/online_file_source.test.cpp +++ b/test/storage/online_file_source.test.cpp @@ -229,7 +229,6 @@ TEST(OnlineFileSource, TEST_REQUIRES_SERVER(RespectMinimumUpdateInterval)) { std::unique_ptr req = fs->request(resource, [&](Response) { auto wait = util::now() - start; EXPECT_GE(wait, resource.minimumUpdateInterval); - EXPECT_LT(wait, resource.minimumUpdateInterval + Milliseconds(10)); loop.stop(); }); -- cgit v1.2.1