Merge lp:~rvb/gwacl/timeout into lp:gwacl

Proposed by Raphaël Badin
Status: Merged
Approved by: Raphaël Badin
Approved revision: 128
Merged at revision: 128
Proposed branch: lp:~rvb/gwacl/timeout
Merge into: lp:gwacl
Diff against target: 12 lines (+1/-1)
1 file modified
management_base.go (+1/-1)
To merge this branch: bzr merge lp:~rvb/gwacl/timeout
Reviewer Review Type Date Requested Status
Gavin Panella Approve
Review via email: mp+171033@code.launchpad.net

Commit message

Change timeout from 10 to 20 minutes.

Description of the change

We know that stopping a VM takes about 15 minutes (!).

To post a comment you must log in.
Revision history for this message
Gavin Panella (allenap) wrote :

How depressing.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'management_base.go'
2--- management_base.go 2013-06-21 12:47:17 +0000
3+++ management_base.go 2013-06-24 08:23:24 +0000
4@@ -29,7 +29,7 @@
5 const DefaultPollerInterval = 10 * time.Second
6
7 // The default duration after which the polling is terminated.
8-const DefaultPollerTimeout = 10 * time.Minute
9+const DefaultPollerTimeout = 20 * time.Minute
10
11 // NewManagementAPI creates an object used to interact with Windows Azure's API.
12 // http://msdn.microsoft.com/en-us/library/windowsazure/ff800682.aspx

Subscribers

People subscribed via source and target branches

to all changes: