Title: [238251] trunk/Tools
Revision
238251
Author
aakash_j...@apple.com
Date
2018-11-15 14:05:27 -0800 (Thu, 15 Nov 2018)

Log Message

Increase EWS lock timeout to 3 hours
https://bugs.webkit.org/show_bug.cgi?id=191705

Reviewed by Alexey Proskuryakov.

* QueueStatusServer/config/queues.py: Increased EWS lock timeout to 3 hours.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (238250 => 238251)


--- trunk/Tools/ChangeLog	2018-11-15 22:01:31 UTC (rev 238250)
+++ trunk/Tools/ChangeLog	2018-11-15 22:05:27 UTC (rev 238251)
@@ -1,3 +1,12 @@
+2018-11-15  Aakash Jain  <aakash_j...@apple.com>
+
+        Increase EWS lock timeout to 3 hours
+        https://bugs.webkit.org/show_bug.cgi?id=191705
+
+        Reviewed by Alexey Proskuryakov.
+
+        * QueueStatusServer/config/queues.py: Increased EWS lock timeout to 3 hours.
+
 2018-11-15  Chris Dumez  <cdu...@apple.com>
 
         IndexedDB.IndexedDBTempFileSize API test times out with process prewarming enabled

Modified: trunk/Tools/QueueStatusServer/config/queues.py (238250 => 238251)


--- trunk/Tools/QueueStatusServer/config/queues.py	2018-11-15 22:01:31 UTC (rev 238250)
+++ trunk/Tools/QueueStatusServer/config/queues.py	2018-11-15 22:05:27 UTC (rev 238251)
@@ -52,4 +52,4 @@
 
 # If the patch is still active after this much time, then a bot must have frozen or rebooted,
 # and dropped the patch on the floor. We will ignore the lock in this case, and let another bot pick up.
-work_item_lock_timeout = timedelta(minutes=120)
+work_item_lock_timeout = timedelta(minutes=180)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to