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

Unified Diff: ios/web/navigation/history_state_operations_inttest.mm

Issue 2753443002: Increase timeout for NavigationItem state update. (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/navigation/history_state_operations_inttest.mm
diff --git a/ios/web/navigation/history_state_operations_inttest.mm b/ios/web/navigation/history_state_operations_inttest.mm
index 84b0d5018757115def7f7800b1d64f6a4b610388..d4b977533b171c69d7ba61caa58e5b444966fbba 100644
--- a/ios/web/navigation/history_state_operations_inttest.mm
+++ b/ios/web/navigation/history_state_operations_inttest.mm
@@ -49,7 +49,7 @@ NSString* const kOnLoadCheckScript = @"isOnLoadPlaceholderTextVisible()";
NSString* const kNoOpCheckScript = @"isNoOpPlaceholderTextVisible()";
// Wait timeout for state updates.
-const NSTimeInterval kWaitForStateUpdateTimeout = 2.0;
+const NSTimeInterval kWaitForStateUpdateTimeout = 5.0;
Eugene But (OOO till 7-30) 2017/03/13 22:52:53 Did this become flaky after this CL?: https://code
michaeldo 2017/03/13 23:26:54 It has always been flaky. The messaging simply hel
} // namespace
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698