Skip to content

Commit

Permalink
increase timeouts for CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralt98 committed Dec 19, 2023
1 parent 97dfea1 commit faaf4da
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,8 @@ jobs:
run: |
cd integration-tests
pnpm exec moonwall test chopsticks_battery_station_upgrade
- name: Display Chopsticks logs
run: |
cat integration-tests/tmp/node_logs/*.log
ls -R integration-tests/tmp/node_logs/
cat integration-tests/tmp/node_logs/*.log
chopsticks_zeitgeist_upgrade:
name: Chopsticks Runtime Upgrade Zeitgeist
Expand Down Expand Up @@ -257,7 +255,6 @@ jobs:
run: |
cd integration-tests
pnpm exec moonwall test chopsticks_zeitgeist_upgrade
- name: Display Chopsticks logs
run: |
cat integration-tests/tmp/node_logs/*.log
ls -R integration-tests/tmp/node_logs/
cat integration-tests/tmp/node_logs/*.log
5 changes: 4 additions & 1 deletion integration-tests/moonwall.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "moonwall_config",
"defaultTestTimeout": 120000,
"defaultTestTimeout": 240000,
"scriptsDir": "scripts/",
"environments": [
{
Expand Down Expand Up @@ -52,6 +52,7 @@
]
},
"envVars": ["LOG_LEVEL=debug", "VERBOSE_LOG"],
"buildBlockMode": "manual",
"connections": [
{
"name": "DB",
Expand All @@ -75,6 +76,7 @@
]
},
"envVars": ["LOG_LEVEL=debug", "VERBOSE_LOG"],
"buildBlockMode": "manual",
"connections": [
{
"name": "DB",
Expand Down Expand Up @@ -107,6 +109,7 @@
]
},
"envVars": ["LOG_LEVEL=debug", "VERBOSE_LOG"],
"buildBlockMode": "manual",
"connections": [
{
"name": "HydraDXPara",
Expand Down
10 changes: 5 additions & 5 deletions integration-tests/zombienet/produce-blocks.zndsl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ alice: reports sub_libp2p_is_major_syncing is 0
# validator logs
bob: log line matches glob "*rted #1*" within 10 seconds
bob: log line matches "Imported #[0-9]+" within 10 seconds
bob: log line contains regex "best: #1" within 10 seconds
bob: log line contains regex "best: #1" within 30 seconds
bob: log line matches "best: #[1-9]+" within 10 seconds

bob: is up
Expand All @@ -29,12 +29,12 @@ bob: reports block height - finalised block is lower than 10 within 60 seconds
bob: parachain 2101 is registered within 80 seconds

alice: is up
alice: log line contains regex "Zeitgeist Parachain.*best: #1" within 100 seconds
alice: log line contains regex "Zeitgeist Parachain.*finalized #[1-9]+" within 100 seconds
alice: log line contains regex "Zeitgeist Parachain.*best: #1" within 360 seconds
alice: log line contains regex "Zeitgeist Parachain.*finalized #[1-9]+" within 360 seconds

alice: ts-script ./0001-balance-transfer.ts return is equal to 1 within 120 seconds
alice: ts-script ./0001-balance-transfer.ts return is equal to 1 within 360 seconds

bob: parachain 2101 block height is at least 10 within 200 seconds
bob: parachain 2101 block height is at least 10 within 360 seconds

alice: reports block height minus finalised block is lower than 10 within 200 seconds
alice: reports block height - finalised block is lower than 10 within 200 seconds

0 comments on commit faaf4da

Please sign in to comment.