Skip to content

Commit

Permalink
fix (CI): Travis Redis is very slow
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfaust committed Apr 16, 2019
1 parent bcf8da5 commit 093b446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/onyx-eda/channel/redis_spec.cr
Expand Up @@ -38,7 +38,7 @@ class Onyx::EDA::Channel::Redis
buffer["c"] = event.payload
end

Fiber.yield
sleep(0.25)
channel.emit(TestEvent::A.new("foo"), TestEvent::B.new(42))
sleep(0.25)

Expand Down

0 comments on commit 093b446

Please sign in to comment.