Skip to content

Commit

Permalink
e2e && tm tests: Increase ginkgo timeouts (#225)
Browse files Browse the repository at this point in the history
* e2e tests: Increase ginkgo timeout

* tm tests: Increase ginkgo timeout

Same as a change done in gardener/gardener-extension-shoot-rsyslog-relp#127
  • Loading branch information
ialidzhikov authored Jul 15, 2024
1 parent 479274a commit 50a8f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .test-defs/TestSuiteRegistryCacheBetaSerial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ spec:
-shoot-name=$SHOOT_NAME
-ginkgo.focus="\[BETA\].*\[SERIAL\]"
-ginkgo.skip="\[DISRUPTIVE\]"
-ginkgo.timeout=9000s
image: golang:1.22.5
2 changes: 1 addition & 1 deletion hack/test-e2e-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ else
fi
fi

GO111MODULE=on ginkgo run --timeout=1h --v --show-node-events "$@"
GO111MODULE=on ginkgo run --timeout=1h30m --v --show-node-events "$@"

0 comments on commit 50a8f6b

Please sign in to comment.