diff options
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_thread | 4 |
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 |