We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfaa0b commit 161e530Copy full SHA for 161e530
.github/workflows/workspace-integration-tests.yml
@@ -174,7 +174,7 @@ jobs:
174
args+=( "-kubeconfig=/home/gitpod/.kube/config" )
175
args+=( "-namespace=default" )
176
[[ "$USERNAME" != "" ]] && args+=( "-username=$USERNAME" )
177
- args+=( "-timeout=60m" )
+ args+=( "-timeout=90m" )
178
179
BASE_TESTS_DIR="$GITHUB_WORKSPACE/test/tests"
180
CONTENT_SERVICE_TESTS="$BASE_TESTS_DIR/components/content-service"
0 commit comments