Skip to content

Commit

Permalink
fix(ci): increase the nightly-join test timeout (omni-network#2281)
Browse files Browse the repository at this point in the history
By default, a Go test times out after 10m. But the syncing is expected
to take much longer, so we disable the time out because the test has a
built in timeout of 6h.

issue: none
  • Loading branch information
chmllr authored Oct 25, 2024
1 parent 4ef3531 commit 8a9051f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-join.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: join omega nightly
on:
workflow_dispatch:
schedule:
- cron: "0 4 * * 1-5" # Weekdays at 4am UTC
- cron: "0 1 * * 1-5" # Weekdays at 1am UTC

permissions:
contents: read
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Run join test
run: |
cd scripts/join
go test . -v --integration --logs_file=docker_logs.txt
go test . -v --integration --logs_file=docker_logs.txt -timeout 0
- name: Upload docker logs
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8a9051f

Please sign in to comment.