summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/run-tests-inside-guest2
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