Title: [121390] trunk/Tools
Revision
121390
Author
dpra...@chromium.org
Date
2012-06-27 17:48:05 -0700 (Wed, 27 Jun 2012)

Log Message

Fix typo in r121384 :(

Unreviewed, build fix.

* Scripts/webkitpy/layout_tests/port/webkit.py:
(WebKitPort.default_test_timeout_ms):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (121389 => 121390)


--- trunk/Tools/ChangeLog	2012-06-28 00:32:02 UTC (rev 121389)
+++ trunk/Tools/ChangeLog	2012-06-28 00:48:05 UTC (rev 121390)
@@ -1,5 +1,14 @@
 2012-06-27  Dirk Pranke  <dpra...@chromium.org>
 
+        Fix typo in r121384 :(
+
+        Unreviewed, build fix.
+
+        * Scripts/webkitpy/layout_tests/port/webkit.py:
+        (WebKitPort.default_test_timeout_ms):
+
+2012-06-27  Dirk Pranke  <dpra...@chromium.org>
+
         nrwt: default timeout for debug bots broke in r121363
         https://bugs.webkit.org/show_bug.cgi?id=90112
 

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/webkit.py (121389 => 121390)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/webkit.py	2012-06-28 00:32:02 UTC (rev 121389)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/webkit.py	2012-06-28 00:48:05 UTC (rev 121390)
@@ -61,7 +61,7 @@
         if self.get_option('guard_malloc'):
             # FIXME: --guard-malloc is only supported on Mac, so this logic should be in mac.py.
             return 350 * 1000
-        if self.get_option.configuration == 'Debug':
+        if self.get_option('configuration') == 'Debug':
             # FIXME: the generic code in run_webkit_tests.py multiplies this by 2 :(.
             # We want to use the same timeout for both release and debug.
             return 17.5 * 1000
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to