Skip to content

Commit

Permalink
chore: increase timeout for anvil related tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley committed Dec 14, 2023
1 parent d335c11 commit b78891a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/devnet/lib/anvil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0 (see LICENSE)

readonly DEVNET_ANVIL_IP="0.0.0.0"
readonly DEVNET_ANVIL_TIMEOUT=3
readonly DEVNET_ANVIL_TIMEOUT=5

_is_anvil_up() {
local -n ready=$1
Expand Down

0 comments on commit b78891a

Please sign in to comment.