diff --git a/lib/coinbase/fund_operation.rb b/lib/coinbase/fund_operation.rb index 40f06b87..92a4c5d0 100644 --- a/lib/coinbase/fund_operation.rb +++ b/lib/coinbase/fund_operation.rb @@ -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