Title: [188387] trunk/Tools
Revision
188387
Author
[email protected]
Date
2015-08-13 11:10:36 -0700 (Thu, 13 Aug 2015)

Log Message

Unreviewed, shorten another test. It's timing out in debug on some bot.

* TestWebKitAPI/Tests/WTF/Lock.cpp:
(TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (188386 => 188387)


--- trunk/Tools/ChangeLog	2015-08-13 17:37:27 UTC (rev 188386)
+++ trunk/Tools/ChangeLog	2015-08-13 18:10:36 UTC (rev 188387)
@@ -1,3 +1,10 @@
+2015-08-13  Filip Pizlo  <[email protected]>
+
+        Unreviewed, shorten another test. It's timing out in debug on some bot.
+
+        * TestWebKitAPI/Tests/WTF/Lock.cpp:
+        (TestWebKitAPI::TEST):
+
 2015-08-12  Filip Pizlo  <[email protected]>
 
         WTF::Lock should not suffer from the thundering herd

Modified: trunk/Tools/TestWebKitAPI/Tests/WTF/Lock.cpp (188386 => 188387)


--- trunk/Tools/TestWebKitAPI/Tests/WTF/Lock.cpp	2015-08-13 17:37:27 UTC (rev 188386)
+++ trunk/Tools/TestWebKitAPI/Tests/WTF/Lock.cpp	2015-08-13 18:10:36 UTC (rev 188387)
@@ -99,7 +99,7 @@
 
 TEST(WTF_WordLock, ContendedShortSection)
 {
-    runLockTest<WordLock>(1, 10, 1, 10000000);
+    runLockTest<WordLock>(1, 10, 1, 5000000);
 }
 
 TEST(WTF_WordLock, ContendedLongSection)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to