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
This commit is contained in:
parent
aa03f1617a
commit
64652d1e3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue