about summary refs log tree commit homepage
path: root/t/simple-http_ThreadSpawn.ru
diff options
context:
space:
mode:
Diffstat (limited to 't/simple-http_ThreadSpawn.ru')
-rw-r--r--t/simple-http_ThreadSpawn.ru1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/simple-http_ThreadSpawn.ru b/t/simple-http_ThreadSpawn.ru
index aa1accb..ea5dee2 100644
--- a/t/simple-http_ThreadSpawn.ru
+++ b/t/simple-http_ThreadSpawn.ru
@@ -1,7 +1,6 @@
 use Rack::ContentLength
 use Rack::ContentType
 run lambda { |env|
-  sleep 1
   if env['rack.multithread'] && env['rainbows.model'] == :ThreadSpawn
     [ 200, {}, [ Thread.current.inspect << "\n" ] ]
   else