Skip to content

Commit

Permalink
test: revert timeout for chopsticks launch back to 3 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
bvotteler committed Jan 17, 2024
1 parent 3d4e0d6 commit 0a839da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xcm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Launch chopsticks
timeout-minutes: 5
timeout-minutes: 3
run: |
npx --yes @acala-network/[email protected] \
xcm \
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v4

- name: Launch chopsticks
timeout-minutes: 5
timeout-minutes: 3
run: |
npx --yes @acala-network/[email protected] \
xcm \
Expand Down

0 comments on commit 0a839da

Please sign in to comment.