Skip to content

Commit

Permalink
chore: Increase wait timeout to 1 minute
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-stone committed Nov 27, 2024
1 parent 31bd6f8 commit 9cf4fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/coinbase/fund_operation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def reload
# @param timeout_seconds [Integer] The maximum amount of time to wait for the Fund Operation to complete, in seconds
# @return [Coinbase::FundOperation] The completed or failed Fund Operation object
# @raise [Timeout::Error] If the Fund Operation takes longer than the given timeout
def wait!(interval_seconds = 1, timeout_seconds = 30)
def wait!(interval_seconds = 1, timeout_seconds = 60)
start_time = Time.now

loop do
Expand Down

0 comments on commit 9cf4fab

Please sign in to comment.