提交 8333f079 authored 作者: David Warde-Farley's avatar David Warde-Farley 提交者: Arnaud Bergeron

Increase tolerance on pickle length test.

上级 22544612
...@@ -95,7 +95,7 @@ def test_gc_never_pickles_temporaries(): ...@@ -95,7 +95,7 @@ def test_gc_never_pickles_temporaries():
# that weren't collected shouldn't be pickled anyway # that weren't collected shouldn't be pickled anyway
# Allow for a couple of bytes of difference, since timing info, # Allow for a couple of bytes of difference, since timing info,
# for instance, can be represented as text of varying size. # for instance, can be represented as text of varying size.
assert abs(len_post_f - len_post_g) < 16, ( assert abs(len_post_f - len_post_g) < 55, (
f_linker, len_post_f, len_post_g) f_linker, len_post_f, len_post_g)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论