summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests.py b/tests/tests.py
index 6dfd8c4..a8b42e4 100755
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -23,6 +23,7 @@ from ipsilon.util import plugin
import os
import sys
import subprocess
+import time
import traceback
@@ -103,4 +104,6 @@ if __name__ == '__main__':
finally:
test.wait()
+ # Wait until all of the sockets are closed by the OS
+ time.sleep(0.5)
print "FINISHED"