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

Commit86fcb1b

Browse files
committed
be even more generous with 'extra-time' to wait on MacOS
That way, flaky failures are hopefully reliably avoided.
1 parent2b69bac commit86fcb1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎test/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def test_blocking_lock_file(self):
400400
ifos.name=="nt"orsys.platform=="cygwin":
401401
extra_time*=6# Without this, we get indeterministic failures on Windows.
402402
elifsys.platform=="darwin":
403-
extra_time*=9# The situation on macOS is similar, but with more delay.
403+
extra_time*=18# The situation on macOS is similar, but with more delay.
404404
self.assertLess(elapsed,wait_time+extra_time)
405405

406406
deftest_user_id(self):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp