~fgimenez/snappy-tests-job/jlp-test3

« back to all changes in this revision

Viewing changes to snappy-tests-job/main.go

  • Committer: Federico Gimenez
  • Date: 2015-08-03 11:24:50 UTC
  • mfrom: (49.1.2 jlp-test)
  • Revision ID: fgimenez@canonical.com-20150803112450-d15uhoolwbvhsq2k
merged

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
        }
76
76
 
77
77
        // give time for the instance to finish booting
 
78
        // TODO: check with a ticker if the instance is available
78
79
        log.Print("Waiting for instance to finish booting...")
79
80
        time.Sleep(3 * time.Minute)
80
81