Skip to content

Commit 445fe38

Browse files
authored
Merge pull request #3331 from input-output-hk/djo/3151/adjust-ci-e2e-timeout
chore(ci): extend timeout for e2e workflow to 120 minutes
2 parents aab3421 + cd5bb11 commit 445fe38

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
shell: bash
172172
max_attempts: 3
173173
retry_on_exit_code: 2
174-
timeout_minutes: 10
174+
timeout_minutes: 120
175175
warning_on_retry: true
176176
command: |
177177
./mithril-binaries/mithril-end-to-end -vvv \
@@ -197,7 +197,7 @@ jobs:
197197
if: ${{ failure() }}
198198
uses: actions/upload-artifact@v7
199199
with:
200-
name: mithril-e2e-tests-artifacts-run_${{ github.run_number }}-attempt_${{ github.run_attempt }}-sig_type_${{ matrix.aggregate_signature_type }}--scenario_minimal--cardano-${{ matrix.cardano_node_version }}
200+
name: mithril-e2e-tests-artifacts-run_${{ github.run_number }}-attempt_${{ github.run_attempt }}-sig_type_${{ matrix.aggregate_signature_type }}-scenario_minimal-cardano-${{ matrix.cardano_node_version }}
201201
path: |
202202
./artifacts/*
203203
# including node.sock makes the upload fails so exclude them:
@@ -248,7 +248,7 @@ jobs:
248248
shell: bash
249249
max_attempts: 3
250250
retry_on_exit_code: 2
251-
timeout_minutes: 10
251+
timeout_minutes: 120
252252
warning_on_retry: true
253253
command: |
254254
./mithril-binaries/mithril-end-to-end -vvv \
@@ -274,7 +274,7 @@ jobs:
274274
if: ${{ failure() }}
275275
uses: actions/upload-artifact@v7
276276
with:
277-
name: mithril-e2e-tests-artifacts-run_${{ github.run_number }}-attempt_${{ github.run_attempt }}-sig_type_${{ matrix.aggregate_signature_type }}--scenario_full--cardano-${{ matrix.cardano_node_version }}
277+
name: mithril-e2e-tests-artifacts-run_${{ github.run_number }}-attempt_${{ github.run_attempt }}-sig_type_${{ matrix.aggregate_signature_type }}-scenario_full-cardano-${{ matrix.cardano_node_version }}
278278
path: |
279279
./artifacts/*
280280
# including node.sock makes the upload fails so exclude them:

0 commit comments

Comments
 (0)