Title: [214961] trunk/Tools
Revision
214961
Author
[email protected]
Date
2017-04-05 12:26:50 -0700 (Wed, 05 Apr 2017)

Log Message

Increase timeouts for simulator testing
Unreviewed infrastructure fix.

r214895 was not sufficient, increasing timeouts again.

* Scripts/webkitpy/xcode/simulated_device.py:
(SimulatedDevice.install_app): Increase timeout from 3 to 10 seconds.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (214960 => 214961)


--- trunk/Tools/ChangeLog	2017-04-05 19:14:36 UTC (rev 214960)
+++ trunk/Tools/ChangeLog	2017-04-05 19:26:50 UTC (rev 214961)
@@ -1,3 +1,13 @@
+2017-04-05  Jonathan Bedard  <[email protected]>
+
+        Increase timeouts for simulator testing
+        Unreviewed infrastructure fix.
+
+        r214895 was not sufficient, increasing timeouts again.
+
+        * Scripts/webkitpy/xcode/simulated_device.py:
+        (SimulatedDevice.install_app): Increase timeout from 3 to 10 seconds.
+
 2017-04-05  Aakash Jain  <[email protected]>
 
         Formatting fix to remove extra space.

Modified: trunk/Tools/Scripts/webkitpy/xcode/simulated_device.py (214960 => 214961)


--- trunk/Tools/Scripts/webkitpy/xcode/simulated_device.py	2017-04-05 19:14:36 UTC (rev 214960)
+++ trunk/Tools/Scripts/webkitpy/xcode/simulated_device.py	2017-04-05 19:26:50 UTC (rev 214961)
@@ -150,7 +150,7 @@
                     'Print CFBundleIdentifier',
                     self._host.filesystem.join(app_path, 'Info.plist'),
                 ]).rstrip()
-                self._host.executive.kill_process(self.launch_app(bundle_id, [], env=env, timeout=3))
+                self._host.executive.kill_process(self.launch_app(bundle_id, [], env=env, timeout=10))
                 return True
             except RuntimeError:
                 pass
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to