From 2462f6b8320e4c4f4d4a953d35cb774a8788456b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 28 Oct 2013 13:24:57 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/oeb/polish/tests/parsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/oeb/polish/tests/parsing.py b/src/calibre/ebooks/oeb/polish/tests/parsing.py index 00b4cde043..efea117c19 100644 --- a/src/calibre/ebooks/oeb/polish/tests/parsing.py +++ b/src/calibre/ebooks/oeb/polish/tests/parsing.py @@ -188,7 +188,7 @@ def timing(): for name, f in (('calibre', partial(parse, line_numbers=False)), ('html5lib', vanilla), ('calibre-old', html5_parse)): timings = [] - for i in xrange(5): + for i in xrange(10): st = time.time() f(raw) timings.append(time.time() - st)