Skip to content

Commit

Permalink
Improve streaming test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Naiman committed Dec 5, 2016
1 parent 37a6312 commit 0d56e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/streaming_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
end

channel = Rasti::Web::Channel[:test_channel]
sleep 0.001 # Wait for establish connection
sleep 0.05 # Wait for establish connection

3.times do |i|
data = {text: "Tick #{i}"}
Expand Down

0 comments on commit 0d56e42

Please sign in to comment.