| // Copyright 2016 The Chromium Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #include "ios/testing/earl_grey/wait_util.h" | |
| namespace testing { | |
| const NSTimeInterval kSpinDelaySeconds = 0.01; | |
| const NSTimeInterval kWaitForUIElementTimeout = 4.0; | |
| const NSTimeInterval kWaitForJSCompletionTimeout = 2.0; | |
| } |