⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 238514 in webkit


Ignore:
Timestamp:
Nov 26, 2018, 12:55:42 PM (8 years ago)
Author:
Jonathan Bedard
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.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r238512 r238514  
     12018-11-26  Jonathan Bedard  <jbedard@apple.com>
     2
     3        webkitpy: Retry app installation on watchOS simulators (Follow-up fix)
     4        https://bugs.webkit.org/show_bug.cgi?id=191769
     5        <rdar://problem/46139850>
     6
     7        Unreviewed infrastructure fix.
     8
     9        * Scripts/webkitpy/xcode/simulated_device.py:
     10        (SimulatedDevice): Increase retry attempts.
     11
    1122018-11-26  Daniel Bates  <dabates@apple.com>
    213
  • trunk/Tools/Scripts/webkitpy/xcode/simulated_device.py

    r238319 r238514  
    455455        SHUTTING_DOWN = 4
    456456
    457     NUM_INSTALL_RETRIES = 3
     457    NUM_INSTALL_RETRIES = 5
    458458    NAME_FOR_STATE = [
    459459        'CREATING',
Note: See TracChangeset for help on using the changeset viewer.