Skip to content

Commit

Permalink
test: adjust frequency and timeouts for chopsticks tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bvotteler committed Jan 17, 2024
1 parent 9fec737 commit 3796fae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/xcm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Daily XCM tests
on:
schedule:
- cron: '5 * * * *' # Run hourly
- cron: '12 */2 * * *' # Run every 2 hours
push:
branches:
- master
Expand All @@ -13,7 +13,7 @@ on:
jobs:
chopsticks_kintsugi_test:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

chopsticks_kusama_assethub_test:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

chopsticks_interlay_test:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

chopsticks_polkadot_assethub_test:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 3796fae

Please sign in to comment.