From acd9c668647d273488772bfcb06a0f1a44dfb411 Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 8 Nov 2017 15:14:33 -0600 Subject: Fix terminal attach Re-order the startup of a new container via run from initialize > start > attach to initialize > attach > start. This fixes output when running: kpod run -i -t IMAGE command and kpod run IMAGE command Signed-off-by: baude --- .papr.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.papr.yml') diff --git a/.papr.yml b/.papr.yml index d52219411..3414051b3 100644 --- a/.papr.yml +++ b/.papr.yml @@ -10,6 +10,8 @@ host: required: true +timeout: 45m + tests: # mount yum repos to inherit injected mirrors from PAPR - docker run --net=host --privileged -v /etc/yum.repos.d:/etc/yum.repos.d.host:ro -- cgit v1.2.3-54-g00ecf