Index: chrome/test/live_sync/live_sync_test.h |
diff --git a/chrome/test/live_sync/live_sync_test.h b/chrome/test/live_sync/live_sync_test.h |
index 3774ecc550d17adbbb9072acd2d8b13fff166206..8f6cf2f53b43d088c7952947f524ce8ae70891cd 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 |