Skip to content

Commit d9765f7

Browse files
committed
Extend default timeout for nested VM integration run
When integration tests are run under nested VM (for SELinux, Cgroupsv2 testing) they are regularly starting to push past 10 minutes, causing `go test` to fatally kill the test run (default timeout is 10m). Signed-off-by: Phil Estes <[email protected]>
1 parent 80fa9fe commit d9765f7

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)