Skip to content

Commit f0ca1ea

Browse files
pawelpaszkichipspeak
authored andcommitted
CARRY: increase e2e timeout to 60m in GH actions
1 parent f7a0b47 commit f0ca1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
set -euo pipefail
5858
cd ray-operator
59-
go test -timeout 30m -v ./test/e2e -json 2>&1 | tee ./gotest.log | gotestfmt
59+
go test -timeout 60m -v ./test/e2e -json 2>&1 | tee ./gotest.log | gotestfmt
6060
6161
- name: Print KubeRay operator logs
6262
if: steps.deploy.outcome == 'success'

0 commit comments

Comments
 (0)