Title: [197830] trunk/Tools
Revision
197830
Author
aakash_j...@apple.com
Date
2016-03-08 18:50:22 -0800 (Tue, 08 Mar 2016)

Log Message

Booting multiple iOS simulator parallely fails sometimes
https://bugs.webkit.org/show_bug.cgi?id=155208
<rdar://problem/25019651>

Reviewed by Darin Adler.

* Scripts/webkitpy/port/ios.py:
(IOSSimulatorPort.setup_test_run): Increase the time delay between subsequent
simulator boot.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (197829 => 197830)


--- trunk/Tools/ChangeLog	2016-03-09 02:27:18 UTC (rev 197829)
+++ trunk/Tools/ChangeLog	2016-03-09 02:50:22 UTC (rev 197830)
@@ -1,3 +1,15 @@
+2016-03-08  Aakash Jain  <aakash_j...@apple.com>
+
+        Booting multiple iOS simulator parallely fails sometimes
+        https://bugs.webkit.org/show_bug.cgi?id=155208
+        <rdar://problem/25019651>
+
+        Reviewed by Darin Adler.
+
+        * Scripts/webkitpy/port/ios.py:
+        (IOSSimulatorPort.setup_test_run): Increase the time delay between subsequent
+        simulator boot.
+
 2016-03-08  Alexey Proskuryakov  <a...@apple.com>
 
         Add iOS debug testers to flakiness dashboard

Modified: trunk/Tools/Scripts/webkitpy/port/ios.py (197829 => 197830)


--- trunk/Tools/Scripts/webkitpy/port/ios.py	2016-03-09 02:27:18 UTC (rev 197829)
+++ trunk/Tools/Scripts/webkitpy/port/ios.py	2016-03-09 02:50:22 UTC (rev 197830)
@@ -232,7 +232,7 @@
                 '--args', '-CurrentDeviceUDID', device_udid])
 
             if mac_os_version in ['elcapitan', 'yosemite', 'mavericks']:
-                time.sleep(1)
+                time.sleep(2)
 
         _log.info('Waiting for all iOS Simulators to finish booting.')
         for i in xrange(self.child_processes()):
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to