We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b17a29 + d9765f7 commit ed8cf60Copy full SHA for ed8cf60
1 file changed
Vagrantfile
@@ -204,7 +204,7 @@ EOF
204
set -eux -o pipefail
205
rm -rf /var/lib/containerd-test /run/containerd-test
206
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
+ make integration EXTRA_TESTFLAGS="-timeout 15m -no-criu -test.v" TEST_RUNTIME=io.containerd.runc.v2 RUNC_FLAVOR=$RUNC_FLAVOR
208
SHELL
209
end
210
0 commit comments