kubernetes/test/conformance/image/go-runner
Dave Chen 2f3028c00d Define the timeout to 24h for Ginkgo V2
Default timeout setting has been reduced from `24h` down to `1h` in
Ginkgo V2, but for some long running test this is too short.

How long to abort the test was controlled by the the linux command `timeout`
in V1. e.g. `'timeout -k 30s 150m ...`, and is configured in the file
like `sig-network-misc.yaml`.

Set the timeout manually for Ginkgo V2 to avoid the early aborting.

Signed-off-by: Dave Chen <dave.chen@arm.com>
2022-07-08 10:46:11 +08:00
..
cmd_test.go Define the timeout to 24h for Ginkgo V2 2022-07-08 10:46:11 +08:00
cmd.go Define the timeout to 24h for Ginkgo V2 2022-07-08 10:46:11 +08:00
const.go
env_test.go
env.go
main.go Merge pull request #106441 from yjjy0921/master 2022-06-01 13:39:46 -07:00
Makefile
README.md
tar_test.go io/ioutil has already been deprecated in golang 1.16, so replace all ioutil with io and os 2022-02-03 05:32:12 +08:00
tar.go