Skip to content

Commit

Permalink
Increase timeout of wait_until_node_synced
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Jul 3, 2024
1 parent 8bfbcb6 commit 190b829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ task :wait_until_node_synced do

network = CardanoWallet.new.misc.network
# allow 180 mins for connecting to the node in case it needs to replay ledger
timeout = 300
timeout = 180*60
current_time = Time.now
timeout_treshold = current_time + timeout
log "Timeout: #{timeout}s"
Expand Down

0 comments on commit 190b829

Please sign in to comment.