Sha256: 0339eb42a6fca7f9be9ef5a19f314ad0cf6db2b6c0fbf1c745bcfd99a345729f

Contents?: true

Size: 202 Bytes

Versions: 19

Compression:

Stored size: 202 Bytes

Contents

# Stella Test Plan - Timeouts (2009-12-08)
#
# TO BE DOCUMENTED. 
# 
# If you're reading this, remind me!
#


usecase "Timeout" do
  timeout 20
  
  get "/" do
    timeout 0.01
  end
  
  get "/"
  
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
stella-0.8.8.001 examples/timeout/plan.rb
stella-0.8.7.003 examples/timeout/plan.rb
stella-0.8.7.002 examples/timeout/plan.rb
stella-0.8.7.001 examples/timeout/plan.rb
stella-0.8.6.002 examples/timeout/plan.rb
stella-0.8.6.001 examples/timeout/plan.rb
stella-0.8.5.002 examples/timeout/plan.rb
stella-0.8.5.001 examples/timeout/plan.rb
stella-0.8.4.001 examples/timeout/plan.rb
stella-0.8.3.002 examples/timeout/plan.rb
stella-0.8.3.001 examples/timeout/plan.rb
stella-0.8.2.003 examples/timeout/plan.rb
stella-0.8.2.002 examples/timeout/plan.rb
stella-0.8.2.001 examples/timeout/plan.rb
stella-0.8.1.002 examples/timeout/plan.rb
stella-0.8.1.001 examples/timeout/plan.rb
stella-0.8.0.001 examples/timeout/plan.rb
stella-0.8.0.000 examples/timeout/plan.rb
stella-0.7.6.007 examples/timeout/plan.rb