diff --git a/test/e2e/Rakefile b/test/e2e/Rakefile index 6e0b376af5e..89a7b2360aa 100644 --- a/test/e2e/Rakefile +++ b/test/e2e/Rakefile @@ -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"