Merge lp:~fgimenez/snappy-hub/increase-start-timeout into lp:~snappy-dev/snappy-hub/docker

Proposed by Federico Gimenez
Status: Needs review
Proposed branch: lp:~fgimenez/snappy-hub/increase-start-timeout
Merge into: lp:~snappy-dev/snappy-hub/docker
Diff against target: 12 lines (+1/-1)
1 file modified
package-dir/bin/docker.start (+1/-1)
To merge this branch: bzr merge lp:~fgimenez/snappy-hub/increase-start-timeout
Reviewer Review Type Date Requested Status
Snappy Developers Pending
Review via email: mp+267374@code.launchpad.net

Commit message

Increase timeout to allow slow systems to start the service

Description of the change

Increase timeout to allow slow systems to start the service

To post a comment you must log in.

Unmerged revisions

35. By Federico Gimenez

Reverted eol changes

34. By Federico Gimenez

Increase timeout to allow slow systems to start the service

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'package-dir/bin/docker.start'
--- package-dir/bin/docker.start 2015-04-30 11:30:04 +0000
+++ package-dir/bin/docker.start 2015-08-07 16:14:53 +0000
@@ -34,7 +34,7 @@
3434
35#We need this while waiting for more systemd instructions 35#We need this while waiting for more systemd instructions
36#in package.yaml to be supported36#in package.yaml to be supported
37sleep 237sleep 10
38while [ -e /var/run/docker.pid ]38while [ -e /var/run/docker.pid ]
39do39do
40 sleep 240 sleep 2

Subscribers

People subscribed via source and target branches