Changeset 238514 in webkit
- Timestamp:
- Nov 26, 2018, 12:55:42 PM (8 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/webkitpy/xcode/simulated_device.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r238512 r238514 1 2018-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 1 12 2018-11-26 Daniel Bates <dabates@apple.com> 2 13 -
trunk/Tools/Scripts/webkitpy/xcode/simulated_device.py
r238319 r238514 455 455 SHUTTING_DOWN = 4 456 456 457 NUM_INSTALL_RETRIES = 3457 NUM_INSTALL_RETRIES = 5 458 458 NAME_FOR_STATE = [ 459 459 'CREATING',
Note:
See TracChangeset
for help on using the changeset viewer.