Method: AMQP::SpecHelper#timeout
- Defined in:
- lib/amqp-spec/rspec.rb
#timeout(*args) ⇒ Object
Manually sets timeout for currently running example
168 169 170 |
# File 'lib/amqp-spec/rspec.rb', line 168 def timeout *args @evented_example.timeout *args end |