Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit445c888

Browse files
authored
Increase check to 10 seconds
1 parent16104af commit445c888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Lib/test/test_minidom.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def testAppendChildNoQuadraticComplexity(self):
189189
end=time.time()
190190

191191
# This example used to take at least 30 seconds.
192-
self.assertLess(end-start,1)
192+
self.assertLess(end-start,10)
193193

194194
deftestAppendChildFragment(self):
195195
dom,orig,c1,c2,c3,frag=self._create_fragment_test_nodes()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp