summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>2006-06-13 19:02:35 (GMT)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>2006-06-13 19:02:35 (GMT)
commit93e3ecb1f4b5a0ee85756187e3011b2b214df443 (patch)
treee998bf0de7ea2998dbc8bcd5508124d79367512d /Lib/test/output
parent7d9743dd6aebe3da1118ed7f0abb7b9cdc6302ff (diff)
downloadcpython-93e3ecb1f4b5a0ee85756187e3011b2b214df443.zip
cpython-93e3ecb1f4b5a0ee85756187e3011b2b214df443.tar.gz
cpython-93e3ecb1f4b5a0ee85756187e3011b2b214df443.tar.bz2
Increase the small thread stack size to get the test
to pass reliably on the one buildbot that insists on more than 32kB of thread stack.
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_thread4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/output/test_thread b/Lib/test/output/test_thread
index d8174ab..68c6a92 100644
--- a/Lib/test/output/test_thread
+++ b/Lib/test/output/test_thread
@@ -7,10 +7,10 @@ all tasks done
*** Changing thread stack size ***
caught expected ValueError setting stack_size(4096)
-successfully set stack_size(32768)
+successfully set stack_size(262144)
successfully set stack_size(1048576)
successfully set stack_size(0)
-trying stack_size = 32768
+trying stack_size = 262144
waiting for all tasks to complete
all tasks done
trying stack_size = 1048576