From 036f020982feb86081ced1136048320703db930a Mon Sep 17 00:00:00 2001 From: DJO <790521+Alenar@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:54:38 +0200 Subject: [PATCH 1/2] chore(ci): extend timeout for e2e workflow to 120 minutes --- .github/workflows/test-e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 13b9150e01c..65f4045195e 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -171,7 +171,7 @@ jobs: shell: bash max_attempts: 3 retry_on_exit_code: 2 - timeout_minutes: 10 + timeout_minutes: 120 warning_on_retry: true command: | ./mithril-binaries/mithril-end-to-end -vvv \ @@ -248,7 +248,7 @@ jobs: shell: bash max_attempts: 3 retry_on_exit_code: 2 - timeout_minutes: 10 + timeout_minutes: 120 warning_on_retry: true command: | ./mithril-binaries/mithril-end-to-end -vvv \ From cd5bb114361f8ee5cdf27e9e97383349065239d7 Mon Sep 17 00:00:00 2001 From: DJO <790521+Alenar@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:58:08 +0200 Subject: [PATCH 2/2] chore(ci): fix artifact naming in e2e workflow --- .github/workflows/test-e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 65f4045195e..07475ae4472 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -197,7 +197,7 @@ jobs: if: ${{ failure() }} uses: actions/upload-artifact@v7 with: - 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 }} + 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 }} path: | ./artifacts/* # including node.sock makes the upload fails so exclude them: @@ -274,7 +274,7 @@ jobs: if: ${{ failure() }} uses: actions/upload-artifact@v7 with: - 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 }} + 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 }} path: | ./artifacts/* # including node.sock makes the upload fails so exclude them: