You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cctx -> timeout for the mining of a cctx
receipt -> timeout for getting the receipt on an EVM network
This values are too high if we test the command on localnet or testnet (or a fast network on mainnet in general). We should consider flags to set timeout and eventually reduce the default 60min one
I think minutes are the best unit of measure for this timeout
zetae2e run ... --timeout-cctx 5 --timeout-receipt 3
Use 5 and 3 minutes for the values
Alternative
Set the values in the config since determining these values will generally depends on the network we use
The text was updated successfully, but these errors were encountered:
Currently the
run
command set 60 minutes for the timeout used in E2E testscctx -> timeout for the mining of a cctx
receipt -> timeout for getting the receipt on an EVM network
This values are too high if we test the command on localnet or testnet (or a fast network on mainnet in general). We should consider flags to set timeout and eventually reduce the default 60min one
I think minutes are the best unit of measure for this timeout
Use 5 and 3 minutes for the values
Alternative
Set the values in the config since determining these values will generally depends on the network we use
The text was updated successfully, but these errors were encountered: