1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/.gitignore
MSP-Greg 50b8398dd7
CI: Fix up integration stream test for Puma (#1887)
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
2023-02-22 22:12:12 +01:00

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