Skip to content

Commit

Permalink
increase timeout for zeitgeist chopsticks it
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralt98 committed Apr 19, 2024
1 parent 2803312 commit f46e61a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
chopsticks_zeitgeist_upgrade:
name: Zeitgeist Chopsticks Post-Upgrade Tests
runs-on: ubuntu-20.04
needs: ["build_parachain", "chopsticks_battery_station_upgrade"]
needs: ["build_parachain"]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describeSuite({
log(
`RT upgrade has increased specVersion from ${rtBefore} to ${rtafter}`
);
}, 60000);
}, 120000);

it({
id: "T1",
Expand Down

0 comments on commit f46e61a

Please sign in to comment.