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

Commit8f3a566

Browse files
test_is_port_free__true is updated
A number of attempts is increased to 128.The previous value (10) is not enough and test could fail.
1 parent0058508 commit8f3a566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/test_os_ops_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ def test_touch(self, os_ops: OsOperations):
654654
deftest_is_port_free__true(self,os_ops:OsOperations):
655655
assertisinstance(os_ops,OsOperations)
656656

657-
C_LIMIT=10
657+
C_LIMIT=128
658658

659659
ports=set(range(1024,65535))
660660
asserttype(ports)==set# noqa: E721

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp