Title: [188335] trunk/Tools
Revision
188335
Author
[email protected]
Date
2015-08-12 03:35:33 -0700 (Wed, 12 Aug 2015)

Log Message

Unreviewed. run-gtk-tests: Use a longer timeout for slow tests.

In r188125 I added a way to mark tests as slow to use a longer
timeout. But it seems it was not enough for
WTF_Lock.ContendedShortSection, so let's try again with a longer
timeout now.

* Scripts/run-gtk-tests:
(TestRunner._run_google_test):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (188334 => 188335)


--- trunk/Tools/ChangeLog	2015-08-12 10:33:41 UTC (rev 188334)
+++ trunk/Tools/ChangeLog	2015-08-12 10:35:33 UTC (rev 188335)
@@ -1,3 +1,15 @@
+2015-08-12  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. run-gtk-tests: Use a longer timeout for slow tests.
+
+        In r188125 I added a way to mark tests as slow to use a longer
+        timeout. But it seems it was not enough for
+        WTF_Lock.ContendedShortSection, so let's try again with a longer
+        timeout now.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner._run_google_test):
+
 2015-08-12  Yusuke Suzuki  <[email protected]>
 
         Allow --debug option in run-jsc

Modified: trunk/Tools/Scripts/run-gtk-tests (188334 => 188335)


--- trunk/Tools/Scripts/run-gtk-tests	2015-08-12 10:33:41 UTC (rev 188334)
+++ trunk/Tools/Scripts/run-gtk-tests	2015-08-12 10:35:33 UTC (rev 188335)
@@ -346,7 +346,7 @@
         test_command = [test_program, '--gtest_filter=%s' % (subtest)]
         timeout = self._options.timeout
         if subtest in TestRunner.SLOW:
-            timeout *= 2
+            timeout *= 5
         return self._run_test_command(test_command, timeout)
 
     def _run_google_test_suite(self, test_program):
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to