Chromium Code Reviews| 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 |