Skip to content

Commit ed8cf60

Browse files
authored
Merge pull request #5267 from estesp/up-integ-timeout
Extend default timeout for nested VM integration run
2 parents 7b17a29 + d9765f7 commit ed8cf60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ EOF
204204
set -eux -o pipefail
205205
rm -rf /var/lib/containerd-test /run/containerd-test
206206
cd ${GOPATH}/src/github.com/containerd/containerd
207-
make integration EXTRA_TESTFLAGS="-no-criu -test.v" TEST_RUNTIME=io.containerd.runc.v2 RUNC_FLAVOR=$RUNC_FLAVOR
207+
make integration EXTRA_TESTFLAGS="-timeout 15m -no-criu -test.v" TEST_RUNTIME=io.containerd.runc.v2 RUNC_FLAVOR=$RUNC_FLAVOR
208208
SHELL
209209
end
210210

0 commit comments

Comments
 (0)