Skip to content

Commit

Permalink
Adjust Blocktime
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Sep 26, 2024
1 parent ee1396a commit 2d07cfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ jobs:
# When running on relay, we don't need weight checks.
EXTRA_FLAGS=""
if [[ "${{ matrix.runtime.is_relay }}" == "true" ]]; then
EXTRA_FLAGS+="--no-weight-warnings"
EXTRA_FLAGS+="--no-weight-warnings --blocktime 6000"
echo "Disabling weight checks since we are on a relay"
echo "Disabling try-state checks on the relay"
CHECKS="pre-and-post"
else
EXTRA_FLAGS+="--blocktime 12000"
echo "Enabling weight checks since we are not on a relay"
echo "Enabling try-state checks on the non-relay"
Expand Down

0 comments on commit 2d07cfa

Please sign in to comment.