Skip to content

Commit

Permalink
A0-3056: Increase timeout for nightly reorg test (#1522)
Browse files Browse the repository at this point in the history
# Description

Increased timeout from 15 to 25 minutes because that test seems to have
failed recently while it was progressing, because of a timeout.

## Type of change

Please delete options that are not relevant.

- None (changes only dev enviromnent)

# Checklist:
  • Loading branch information
ggawryal authored Nov 30, 2023
1 parent 4db27b0 commit dfb87ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-normal-session-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
path: target/release/

- name: Run test
timeout-minutes: 15
timeout-minutes: 25
run: |
./.github/scripts/test_python_general.sh \
--aleph-node ../target/release/aleph-node \
Expand Down

0 comments on commit dfb87ee

Please sign in to comment.