summaryrefslogtreecommitdiff
path: root/test/git/async
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/async')
-rw-r--r--test/git/async/test_pool.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/git/async/test_pool.py b/test/git/async/test_pool.py
index 791f89d4..19e86a9a 100644
--- a/test/git/async/test_pool.py
+++ b/test/git/async/test_pool.py
@@ -246,6 +246,10 @@ class TestThreadPool(TestBase):
p.set_size(2)
self._assert_single_task(p, True)
+ # kill it
+ p.set_size(4)
+ self._assert_single_task(p, True)
+
# DEPENDENT TASK ASYNC MODE
###########################
self._assert_async_dependent_tasks(p)