Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab/ssi_gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ssi_tests:
extends: .base_job_k8s_docker_ssi
needs: []
allow_failure: false
timeout: 30 minutes
timeout: 8 minutes
Comment thread
christophe-papazian marked this conversation as resolved.
variables:
# Force gitlab to keep the exit code as 3 if the job fails with exit code 3
FF_USE_NEW_BASH_EVAL_STRATEGY: true
Expand Down
2 changes: 1 addition & 1 deletion utils/scripts/ci_orchestrators/gitlab_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def print_docker_ssi_gitlab_pipeline(
"source venv/bin/activate",
"echo 'Running SSI tests'",
(
'timeout 1200s ./run.sh $SCENARIO --ssi-weblog "$WEBLOG" '
'timeout 460s ./run.sh $SCENARIO --ssi-weblog "$WEBLOG" '
'--ssi-library "$TEST_LIBRARY" --ssi-base-image "$IMAGE" '
'--ssi-arch "$ARCH" --ssi-installable-runtime "$RUNTIME" '
"--ssi-env $ONBOARDING_FILTER_ENV"
Expand Down
Loading