diff options
Diffstat (limited to 'chrome/test/live_sync/live_sync_test.h')
-rw-r--r-- | chrome/test/live_sync/live_sync_test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/live_sync/live_sync_test.h b/chrome/test/live_sync/live_sync_test.h index 3774ecc..8f6cf2f 100644 --- a/chrome/test/live_sync/live_sync_test.h +++ b/chrome/test/live_sync/live_sync_test.h @@ -26,8 +26,8 @@ namespace net { class ScopedDefaultHostResolverProc; } -// Live sync tests are allowed to run for up to 5 minutes. -const int kTestTimeoutInMS = 300000; +// Live sync tests are allowed to run for up to 45 seconds. +const int kTestTimeoutInMS = 45000; // This is the base class for integration tests for all sync data types. Derived // classes must be defined for each sync data type. Individual tests are defined |