Skip to content

Commit

Permalink
test:increasing the timeout to 50s
Browse files Browse the repository at this point in the history
  • Loading branch information
simsonraj committed Jul 4, 2024
1 parent a8c23c4 commit 7bd3aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/chains/evm/client/chain_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
evmtypes "github.com/smartcontractkit/chainlink/v2/core/chains/evm/types"
)

const queryTimeout = 10 * time.Second
const queryTimeout = 50 * time.Second
const BALANCE_OF_ADDRESS_FUNCTION_SELECTOR = "0x70a08231"

var _ Client = (*chainClient)(nil)
Expand Down

0 comments on commit 7bd3aec

Please sign in to comment.