diff options
author | Thomas Hipp <thomashipp@gmail.com> | 2017-09-22 12:22:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-22 12:22:06 +0200 |
commit | 5dc5400f354238a7b6df72b8ae84d2ef45339914 (patch) | |
tree | 27954c23dc801dfe0a244f4fec869d41e2846853 /travis | |
parent | 8dcb4a10b34acadd150f933d1ab744a169d9795f (diff) | |
parent | ae27c1b16dc6dbd6c83a8a6e3689ccb425ae5305 (diff) | |
download | terraform-provider-libvirt-5dc5400f354238a7b6df72b8ae84d2ef45339914.tar terraform-provider-libvirt-5dc5400f354238a7b6df72b8ae84d2ef45339914.tar.gz |
Merge pull request #180 from deasmi/machinearchupdate
Full support for arch,machine & emulator settings
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/run-tests-inside-guest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/run-tests-inside-guest b/travis/run-tests-inside-guest index 63fbb0c5..4499297f 100755 --- a/travis/run-tests-inside-guest +++ b/travis/run-tests-inside-guest @@ -16,4 +16,4 @@ go build . export TERRAFORM_LIBVIRT_TEST_DOMAIN_TYPE=qemu export LIBVIRT_DEFAULT_URI="qemu:///system" export TF_ACC=true -go test -v -covermode=count -coverprofile=profile.cov ./libvirt +go test -v -covermode=count -coverprofile=profile.cov -timeout=1200s ./libvirt |