Skip to content

Commit

Permalink
docs: Update src/ape/api/providers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Nov 7, 2023
1 parent 9fb1920 commit caca14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/api/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ def poll_blocks(
block_time = self.network.block_time
wait_time = block_time / 2

# The timeout occurs when there is chain activity
# The timeout occurs when there is no chain activity
# after a certain time.
timeout = (
(10.0 if self.network.is_dev else 50 * block_time)
Expand Down

0 comments on commit caca14b

Please sign in to comment.