summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-01-16 11:09:48 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-01-16 11:09:48 -0500
commitb3da4f97d4f6703aab297e4d6367d9f1e867da64 (patch)
tree4dc045943415ffc4060147bd29ea412571826c6f /test
parent821760d6dc59cfb89dfb90095ebb85fd00307164 (diff)
downloadthird_party-func-b3da4f97d4f6703aab297e4d6367d9f1e867da64.tar.gz
third_party-func-b3da4f97d4f6703aab297e4d6367d9f1e867da64.tar.xz
third_party-func-b3da4f97d4f6703aab297e4d6367d9f1e867da64.zip
add a klugey sleep to make the thread pokeryjiggery a little saner
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-it.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-it.sh b/test/test-it.sh
index b2c8f72..f3fa827 100755
--- a/test/test-it.sh
+++ b/test/test-it.sh
@@ -187,6 +187,9 @@ pound_on_the_threads()
done
done
+ # this is kind of dumb and ugly, but it gives a change for all the
+ # connections to complete before we shut the server down
+ sleep 10
}