Skip to content

Commit

Permalink
Appease Rubocop linter
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Sep 2, 2024
1 parent bf5e827 commit c24f835
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 = 180*60
timeout = 180 * 60
current_time = Time.now
timeout_treshold = current_time + timeout
log "Timeout: #{timeout}s"
Expand Down

0 comments on commit c24f835

Please sign in to comment.