mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
50b8398dd7
Fixes timing issue with Puma, adds 0.05 second to sleep, small changes to asserts and time calc. Ensure Puma creates its request serving thread at server boot: If min_threads is zero, the thread is created when the first request is received, which would increase the time for the test assert that failed. For CI, if min_threads is one, the thread is created as the server boots. Close https://github.com/puma/puma/issues/3085
12 lines
185 B
Text
12 lines
185 B
Text
# please add general patterns to your global ignore list
|
|
# see https://github.com/github/gitignore#readme
|
|
.DS_STORE
|
|
*.swp
|
|
*.rbc
|
|
/pkg
|
|
/Gemfile.lock
|
|
/coverage
|
|
.yardoc
|
|
/doc
|
|
.bundle
|
|
vendor
|