Merge lp:~psivaa/utah/adjust-sleep-before-shutdown into lp:utah

Proposed by Para Siva
Status: Merged
Approved by: Paul Larson
Approved revision: 1053
Merged at revision: 1055
Proposed branch: lp:~psivaa/utah/adjust-sleep-before-shutdown
Merge into: lp:utah
Diff against target: 12 lines (+1/-1)
1 file modified
utah/provisioning/vm.py (+1/-1)
To merge this branch: bzr merge lp:~psivaa/utah/adjust-sleep-before-shutdown
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+230493@code.launchpad.net

Commit message

This fixes the i386 desktop installations, and also tested to be working fine with amd64 desktop and the server images.

Description of the change

This fixes the i386 desktop installations, and also tested to be working fine with amd64 desktop and the server images.

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'utah/provisioning/vm.py'
2--- utah/provisioning/vm.py 2014-06-10 12:22:01 +0000
3+++ utah/provisioning/vm.py 2014-08-12 14:29:16 +0000
4@@ -418,7 +418,7 @@
5
6 self.rsyslog.wait_for_install()
7 # bug 1328023
8- time.sleep(60)
9+ time.sleep(5)
10 vm.shutdown()
11
12 finally:

Subscribers

People subscribed via source and target branches

to all changes: