Skip to content

Commit 161e530

Browse files
committed
[test] and bump the timeout because we reduced parallel runs
1 parent 4bfaa0b commit 161e530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workspace-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
args+=( "-kubeconfig=/home/gitpod/.kube/config" )
175175
args+=( "-namespace=default" )
176176
[[ "$USERNAME" != "" ]] && args+=( "-username=$USERNAME" )
177-
args+=( "-timeout=60m" )
177+
args+=( "-timeout=90m" )
178178
179179
BASE_TESTS_DIR="$GITHUB_WORKSPACE/test/tests"
180180
CONTENT_SERVICE_TESTS="$BASE_TESTS_DIR/components/content-service"

0 commit comments

Comments
 (0)