File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments