Skip to content

Commit

Permalink
chore: try waiting longer between app startups to avoid 'SQLite3::Bus…
Browse files Browse the repository at this point in the history
…yException: database is locked:' in backwards compatibility specs
  • Loading branch information
bethesque committed Jan 23, 2018
1 parent ae8c4a2 commit d2a9e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/test/backwards_compatibility/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def start_pact_broker code_version, port
puts command
IO.popen(command)
end
sleep 2
sleep 4
end

def kill_servers
Expand Down

0 comments on commit d2a9e30

Please sign in to comment.