From 64652d1e3ebe076525decb8b5703fd68e9b3a0bc Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Wed, 8 Jul 2020 18:22:52 +0200 Subject: [PATCH] travis: remove timeout for image test Seems to not work anyway: Timeout (30 minutes) reached. Terminating "sudo ./osbuild-image-tests -test.v test/cases/fedora_32-x86_64-vhd-boot.json" /home/travis/.travis/functions: line 296: kill: (10660) - Operation not permitted --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 48b1f2b94..346e5899e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,4 @@ script: - sudo sh -c 'mkdir /etc/rpm; echo "%_dbpath /var/lib/rpm" > /etc/rpm/macros' - export GO111MODULE=on - go test -c -tags 'travis integration' -o osbuild-image-tests ./cmd/osbuild-image-tests - - travis_wait 30 sudo ./osbuild-image-tests -test.v test/cases/${TRAVIS_JOB_NAME}*-x86_64-vhd-boot.json + - sudo ./osbuild-image-tests -test.v test/cases/${TRAVIS_JOB_NAME}*-x86_64-vhd-boot.json