summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/async_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/async_test.py b/test/async_test.py
index 39a22b1..04f6fd5 100644
--- a/test/async_test.py
+++ b/test/async_test.py
@@ -57,6 +57,8 @@ def __tester(async,test):
time.sleep(1)
else:
print Client("*",nforks=10,async=False).test.sleep(5)
+ print Client("*",nforks=10,async=False).test.bork(5)
+ print Client("*",nforks=1,async=False).test.bork(5)
for t in TESTS:
__tester(True,t)