increase timeout

This commit is contained in:
0xngmi
2024-04-23 16:23:02 +01:00
committed by GitHub
parent 65dca0e9e2
commit 209268120e

View File

@@ -64,7 +64,7 @@ provider:
tableName: ${self:custom.tableName}
stage: ${self:custom.stage}
ETHEREUM_RPC: ${env:ETHEREUM_RPC}
LLAMA_PROVIDER_RPC_GET_BLOCKNUMBER_TIMEOUT: 300
LLAMA_PROVIDER_RPC_GET_BLOCKNUMBER_TIMEOUT: 5000
custom:
stage: ${opt:stage, self:provider.stage}