Sha256: 77c12046190f77278b265e3d28fecaadb331aa92aedb467df7cc362eb31dd233

Contents?: true

Size: 98 Bytes

Versions: 8

Compression:

Stored size: 98 Bytes

Contents

require 'sinatra'

class App < Sinatra::Base
  get('/timeout') do
    sleep(1)
  end
end

run App

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
excon-0.15.4 tests/rackups/timeout.ru
excon-0.15.3 tests/rackups/timeout.ru
excon-0.15.2 tests/rackups/timeout.ru
excon-0.15.1 tests/rackups/timeout.ru
excon-0.15.0 tests/rackups/timeout.ru
excon-0.14.3 tests/rackups/timeout.ru
excon-0.14.2 tests/rackups/timeout.ru
excon-0.14.1 tests/rackups/timeout.ru