Title: [188113] trunk/Tools
- Revision
- 188113
- Author
- fpi...@apple.com
- Date
- 2015-08-06 21:17:04 -0700 (Thu, 06 Aug 2015)
Log Message
Unreviewed, reduce the duration of a Lock unit test. It was timing out.
* TestWebKitAPI/Tests/WTF/Lock.cpp:
(TestWebKitAPI::TEST):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (188112 => 188113)
--- trunk/Tools/ChangeLog 2015-08-07 03:44:08 UTC (rev 188112)
+++ trunk/Tools/ChangeLog 2015-08-07 04:17:04 UTC (rev 188113)
@@ -1,3 +1,10 @@
+2015-08-06 Filip Pizlo <fpi...@apple.com>
+
+ Unreviewed, reduce the duration of a Lock unit test. It was timing out.
+
+ * TestWebKitAPI/Tests/WTF/Lock.cpp:
+ (TestWebKitAPI::TEST):
+
2015-08-06 Joseph Pecoraro <pecor...@apple.com>
Running tests for a long time results in some tests running very slowly (throttling)
Modified: trunk/Tools/TestWebKitAPI/Tests/WTF/Lock.cpp (188112 => 188113)
--- trunk/Tools/TestWebKitAPI/Tests/WTF/Lock.cpp 2015-08-07 03:44:08 UTC (rev 188112)
+++ trunk/Tools/TestWebKitAPI/Tests/WTF/Lock.cpp 2015-08-07 04:17:04 UTC (rev 188113)
@@ -94,7 +94,7 @@
TEST(WTF_Lock, ManyContentedLongSections)
{
- runLockTest<Lock>(10, 10, 10000, 2000);
+ runLockTest<Lock>(10, 10, 10000, 1000);
}
} // namespace TestWebKitAPI
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes