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

Unified Diff: ios/testing/earl_grey/wait_util.mm

Issue 2275843003: Add support for webViewContainingBlockedImage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Conform to c style guide 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 | « ios/testing/earl_grey/wait_util.h ('k') | ios/web/public/test/earl_grey/web_view_matchers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/testing/earl_grey/wait_util.mm
diff --git a/ios/testing/earl_grey/wait_util.mm b/ios/testing/earl_grey/wait_util.mm
index 3c4fec45d7a09cf0d530be174ac539a3de2e094c..e86ea432af5acf3c381c82d41b2196bccf22f046 100644
--- a/ios/testing/earl_grey/wait_util.mm
+++ b/ios/testing/earl_grey/wait_util.mm
@@ -13,6 +13,7 @@ namespace testing {
const NSTimeInterval kSpinDelaySeconds = 0.01;
const NSTimeInterval kWaitForJSCompletionTimeout = 2.0;
const NSTimeInterval kWaitForUIElementTimeout = 4.0;
+const NSTimeInterval kWaitForDownloadTimeout = 10.0;
void WaitUntilCondition(NSTimeInterval timeout,
NSString* timeoutDescription,
« no previous file with comments | « ios/testing/earl_grey/wait_util.h ('k') | ios/web/public/test/earl_grey/web_view_matchers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698