From 50dd28899f0458e5e6b641007802b0077f9838e5 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 15 Oct 2018 15:47:27 +0100 Subject: [PATCH] Sleep in GCP test It seems we exit before we connect to the serial console. Signed-off-by: Justin Cormack --- test/hack/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hack/test.yml b/test/hack/test.yml index 3ebe1d618..cef257363 100644 --- a/test/hack/test.yml +++ b/test/hack/test.yml @@ -15,7 +15,7 @@ onboot: image: linuxkit/test-kernel-config:1aaef970b5f70791d74d6f980ad38af4035948f8 - name: poweroff image: linuxkit/poweroff:afe8f7dd0d47a7991c54519b0f09124cb8c4e300 - command: ["/bin/sh", "/poweroff.sh", "3"] + command: ["/bin/sh", "/poweroff.sh", "120"] trust: org: - linuxkit