=== modified file 'doc/changes.rst'
@@ -7,6 +7,15 @@
========================
* Ready for development
+* Merge 0.5.12 bugfix release
+
+.. _version_0_5_12:
+
+Version 0.5.12
+==============
+
+* Increase timeout for rootfs deployment to 5 hours (18000 seconds).
+ This should help in working with vexpress.
.. _version_0_5_11:
=== modified file 'lava_dispatcher/client/master.py'
@@ -81,7 +81,10 @@
session.run('udevadm trigger')
session.run('mkdir -p /mnt/root')
session.run('mount /dev/disk/by-label/testrootfs /mnt/root')
- _deploy_tarball_to_board(session, rootfs, '/mnt/root', timeout=3600)
+ # The timeout has to be this long for vexpress. For a full desktop it
+ # takes 214 minutes, plus about 25 minutes for the mkfs ext3, add
+ # another hour to err on the side of caution.
+ _deploy_tarball_to_board(session, rootfs, '/mnt/root', timeout=18000)
session.run('echo linaro > /mnt/root/etc/hostname')
#DO NOT REMOVE - diverting flash-kernel and linking it to /bin/true