~fgimenez/snappy-tests-job/src-to-git

« back to all changes in this revision

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

  • Committer: Federico Gimenez
  • Date: 2015-07-27 10:38:45 UTC
  • Revision ID: fgimenez@canonical.com-20150727103845-039vpiesvdlqoq4x
MOre time for instance to boot

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
 
77
77
        // give time for the instance to finish booting
78
78
        log.Print("Waiting for instance to finish booting...")
79
 
        time.Sleep(2 * time.Minute)
 
79
        time.Sleep(3 * time.Minute)
80
80
 
81
81
        testRunner := runner.NewBasicRunnerHandler(utilHandler)
82
82
        if err := testRunner.RunTests(sourcePath, *commandTpl, ip); err != nil {