From 59753d6b20720ed2fa5f085cd375d932989f507e Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 30 Oct 2019 14:34:47 -0600 Subject: [PATCH] Gating tests: timeout: bump to 60m (from 30) buildah tests take a looooong time Signed-off-by: Ed Santiago --- tests/test_buildah.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_buildah.yml b/tests/test_buildah.yml index e396068..be1ce31 100644 --- a/tests/test_buildah.yml +++ b/tests/test_buildah.yml @@ -12,4 +12,4 @@ - root-test: dir: ./ run: ./test_buildah.sh - timeout: 30m + timeout: 60m