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 26, 2018
1 parent 1adc10b commit 22ba7d2
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 @@ -303,7 +303,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 22ba7d2

Please sign in to comment.