diff options
Diffstat (limited to 'vm/gce')
| -rw-r--r-- | vm/gce/gce.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vm/gce/gce.go b/vm/gce/gce.go index 34df2abce..e9d1daa90 100644 --- a/vm/gce/gce.go +++ b/vm/gce/gce.go @@ -243,6 +243,8 @@ func (inst *instance) Run(timeout time.Duration, stop <-chan bool, command strin case out := <-merger.Output: output = append(output, out...) if bytes.Contains(output, []byte("serialport")) { + // Just to make sure (otherwise we still see trimmed reports). + time.Sleep(5 * time.Second) break loop } case <-timeout.C: |
