Index: third_party/WebKit/Source/modules/notifications/NotificationImageLoaderTest.cpp |
diff --git a/third_party/WebKit/Source/modules/notifications/NotificationImageLoaderTest.cpp b/third_party/WebKit/Source/modules/notifications/NotificationImageLoaderTest.cpp |
index a66643e8bc673ddd6c7943d6eb8254cc98936560..bcb59f4d19f6523ba1a2570ff293250865609682 100644 |
--- a/third_party/WebKit/Source/modules/notifications/NotificationImageLoaderTest.cpp |
+++ b/third_party/WebKit/Source/modules/notifications/NotificationImageLoaderTest.cpp |
@@ -96,10 +96,7 @@ TEST_F(NotificationImageLoaderTest, TimeoutTest) { |
EXPECT_EQ(LoadState::kNotLoaded, loaded()); |
// Now advance time until a timeout should be expected. |
- // Note: Because of crbug.com/657517, the platform's time doesn't |
- // actually update unless a task runs, so the platform still thinks it's the |
- // start time. To trigger a timeout, we have to advance the full time again. |
- testingPlatform.runForPeriodSeconds(kImageFetchTimeoutInMs / 1000 + 1); |
+ testingPlatform.runForPeriodSeconds(2); |
// If the loader times out, it calls the callback and returns an empty bitmap. |
EXPECT_EQ(LoadState::kLoadFailed, loaded()); |