Skip to content

Commit 740347c

Browse files
committed
ci: adjust the e2e test parameters for slower execution
1 parent 0070ee2 commit 740347c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/nightly-backward-compatibility.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,13 @@ jobs:
9191
9292
- name: Run E2E tests
9393
run: |
94-
# TODO: adjust the e2e test parameters for slower execution (slower epochs and slot lengths)
95-
# cardano-slot-length 0.25
96-
# cardano-epoch-length 45.0
97-
9894
./mithril-binaries/e2e/mithril-end-to-end -vvv \
9995
--bin-directory ./mithril-binaries/e2e \
10096
--work-directory=./artifacts \
10197
--devnet-scripts-directory=./mithril-test-lab/mithril-devnet \
10298
--cardano-node-version ${{ matrix.cardano_node_version }} \
99+
--cardano-slot-length 0.25 \
100+
--cardano-epoch-length 45.0 \
103101
&& echo "SUCCESS=true" >> $GITHUB_ENV \
104102
|| (echo "SUCCESS=false" >> $GITHUB_ENV && exit 1)
105103

0 commit comments

Comments
 (0)