Fixed unit tests errors: increase sleep delay to 0.1 sec

This commit is contained in:
antisnatchor
2011-12-01 14:22:18 +01:00
parent dd8eb589a2
commit c993bc2381

View File

@@ -53,7 +53,7 @@ class TC_DynamicReconstruction < Test::Unit::TestCase
# the server doesn't offer a mutex or callback
def wait_for_server
max_waits = 3
sleep_length = 0.00001
sleep_length = 0.1
count = 0
while (count < max_waits)