File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments