Skip to content

Commit

Permalink
It can take time for a subscription to catch up after a storage reset
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Nov 8, 2018
1 parent 2a1cd7b commit e8adbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/message_bus/backend_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def new_test_bus

@bus.publish("/foo", "three")

wait_for(100) do
wait_for(2000) do
got.length == 2
end

Expand Down

0 comments on commit e8adbec

Please sign in to comment.