Title: [238514] trunk/Tools
Revision
238514
Author
[email protected]
Date
2018-11-26 12:55:42 -0800 (Mon, 26 Nov 2018)

Log Message

webkitpy: Retry app installation on watchOS simulators (Follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=191769
<rdar://problem/46139850>

Unreviewed infrastructure fix.


* Scripts/webkitpy/xcode/simulated_device.py:
(SimulatedDevice): Increase retry attempts.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (238513 => 238514)


--- trunk/Tools/ChangeLog	2018-11-26 20:42:22 UTC (rev 238513)
+++ trunk/Tools/ChangeLog	2018-11-26 20:55:42 UTC (rev 238514)
@@ -1,3 +1,14 @@
+2018-11-26  Jonathan Bedard  <[email protected]>
+
+        webkitpy: Retry app installation on watchOS simulators (Follow-up fix)
+        https://bugs.webkit.org/show_bug.cgi?id=191769
+        <rdar://problem/46139850>
+
+        Unreviewed infrastructure fix.
+
+        * Scripts/webkitpy/xcode/simulated_device.py:
+        (SimulatedDevice): Increase retry attempts.
+
 2018-11-26  Daniel Bates  <[email protected]>
 
         Move testRunner.toggleCapsLock() to uiController

Modified: trunk/Tools/Scripts/webkitpy/xcode/simulated_device.py (238513 => 238514)


--- trunk/Tools/Scripts/webkitpy/xcode/simulated_device.py	2018-11-26 20:42:22 UTC (rev 238513)
+++ trunk/Tools/Scripts/webkitpy/xcode/simulated_device.py	2018-11-26 20:55:42 UTC (rev 238514)
@@ -454,7 +454,7 @@
         BOOTED = 3
         SHUTTING_DOWN = 4
 
-    NUM_INSTALL_RETRIES = 3
+    NUM_INSTALL_RETRIES = 5
     NAME_FOR_STATE = [
         'CREATING',
         'SHUTDOWN',
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to