mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix test
This commit is contained in:
parent
751720a3db
commit
858e73c4f4
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ class TestThreadPool < Test::Unit::TestCase
|
||||||
Thread.pass until finished
|
Thread.pass until finished
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pool.clean_thread_locals = true
|
||||||
|
|
||||||
n.times { pool << 1 }
|
n.times { pool << 1 }
|
||||||
|
|
||||||
finished = true
|
finished = true
|
||||||
|
|
Loading…
Reference in a new issue