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 <estesp@amazon.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							| @@ -204,7 +204,7 @@ EOF | ||||
|         set -eux -o pipefail | ||||
|         rm -rf /var/lib/containerd-test /run/containerd-test | ||||
|         cd ${GOPATH}/src/github.com/containerd/containerd | ||||
|         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 | ||||
|     SHELL | ||||
|   end | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Estes
					Phil Estes