Skip to content

Commit

Permalink
Lower the timeout in ElectrificationTest for faster run times
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed Sep 27, 2023
1 parent b0a8a98 commit 30ebc03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Electric.Replication.ElectrificationTest do
alias Electric.Replication.Changes.{NewRecord, Transaction}

@origin "electrification-test"
@sleep_timeout 5000
@sleep_timeout 1000

setup ctx, do: Map.put(ctx, :origin, @origin)
setup :setup_replicated_db
Expand Down

0 comments on commit 30ebc03

Please sign in to comment.