about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/test_semaphore.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_semaphore.rb b/test/unit/test_semaphore.rb
index 5ce70f7..02c5a78 100644
--- a/test/unit/test_semaphore.rb
+++ b/test/unit/test_semaphore.rb
@@ -113,6 +113,6 @@ class TestSemaphore < Test::Unit::TestCase
   private
   
   def give_up_my_time_slice
-    sleep(0)
+    sleep(1)
   end
 end \ No newline at end of file