Skip to content

Commit c607550

Browse files
committed
wip: anvil settings
1 parent 0dc876e commit c607550

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
run: xvfb-run yarn e2e:regular
197197
#env:
198198
# DEBUG: pw:api*
199-
- name: Run costing Playwright tests
199+
- name: Run testnet Playwright tests
200200
if: |
201201
github.ref == 'refs/heads/main'
202202
|| contains(github.head_ref, 'e2e')
@@ -266,11 +266,11 @@ jobs:
266266
# which the state of the chain allows the tests to pass
267267
FORKING_BLOCK: 21802314
268268
run: |
269-
anvil -q --chain-id $MAINNET_FORK_CHAIN_ID --port 8545 \
269+
anvil -q -s 10 --chain-id $MAINNET_FORK_CHAIN_ID --port 8545 \
270270
--fork-block-number $FORKING_BLOCK --fork-url $CHAIN_API_URL \
271-
--preserve-historical-states --fork-chain-id 1 \
271+
--fork-chain-id 1 --fork-retry-backoff 100 --timeout 40000 \
272272
--gas-limit 65000000 &
273-
sleep 10
273+
sleep 5
274274
- name: Run Playwright tests designed for fork
275275
env:
276276
FORK_TEST_WALLET_JSON_BODY: ${{ secrets.TEST_WALLET_JSON_BODY }}

0 commit comments

Comments
 (0)