Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Change the timeout in spec to make CI happy
Browse files Browse the repository at this point in the history
Change-Id: Ie4f49802b5f7741ad8d99182dc6c530938ee2e06
  • Loading branch information
anferneeg committed Jul 31, 2012
1 parent 68c09cb commit ff5d2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/functional/router_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
NATS.stop
end

EM.add_timer(5) { NATS.stop } # 5 secs timeout
EM.add_timer(60) { NATS.stop } # 60 secs timeout
end

original_apps_set.should == received_apps_set
Expand Down
2 changes: 1 addition & 1 deletion spec/lib/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def initialize(nats_uri, dir)
level: debug
file: #{logfile}
enable_nonprod_apps: true
flush_apps_interval: 2
flush_apps_interval: 1
pid: #{pidfile}
local_route: 127.0.0.1
status:
Expand Down

0 comments on commit ff5d2fa

Please sign in to comment.