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

Unified Diff: components/test/data/password_manager/websitetest.py

Issue 403323002: Automatic password manager tests now rely on being killed by the bot on timeout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
Index: components/test/data/password_manager/websitetest.py
diff --git a/components/test/data/password_manager/websitetest.py b/components/test/data/password_manager/websitetest.py
index 8bc619a2d0c2a25e831f7b42f27f21a0cd361a83..f64041da987278ee53635913e3fcace572d003ce 100644
--- a/components/test/data/password_manager/websitetest.py
+++ b/components/test/data/password_manager/websitetest.py
@@ -66,7 +66,7 @@ class WebsiteTest:
self.mode = self.Mode.NOT_AUTOFILLED
# The |remaining_time_to_wait| limits the total time in seconds spent in
# potentially infinite loops.
- self.remaining_time_to_wait = 200
+ self.remaining_time_to_wait = 150
# The testing Environment.
self.environment = None
# The webdriver.

Powered by Google App Engine
This is Rietveld 408576698