Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: ios/web/shell/test/meta_tags_egtest.mm

Issue 2194283002: [ios] Use SpinRunLoopWithMinDelay in MetaTagsTestCase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comment Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/test/ios/wait_util.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/test/meta_tags_egtest.mm
diff --git a/ios/web/shell/test/meta_tags_egtest.mm b/ios/web/shell/test/meta_tags_egtest.mm
index 5732f8d0fd3cb6a0425326435523003e0a3695af..a23968f0a81d412f5769e58f0a2accaf061e39cb 100644
--- a/ios/web/shell/test/meta_tags_egtest.mm
+++ b/ios/web/shell/test/meta_tags_egtest.mm
@@ -69,7 +69,7 @@ using web::webViewContainingText;
web::shell_test_util::LoadUrl(originURL);
// Wait for redirect.
- base::test::ios::SpinRunLoopWithMaxDelay(
+ base::test::ios::SpinRunLoopWithMinDelay(
base::TimeDelta::FromSecondsD(refreshIntervalInSeconds));
// Verify that redirect happened.
« no previous file with comments | « base/test/ios/wait_util.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698