Skip to content

Commit 63c543a

Browse files
committed
increased timeout for lses flaky test
1 parent a104dd3 commit 63c543a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portalocker_tests/tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def test_shared_processes(tmpfile, fail_when_locked):
349349
results = pool.starmap_async(lock, 2 * [args])
350350

351351
# sourcery skip: no-loop-in-tests
352-
for result in results.get(timeout=1.0):
352+
for result in results.get(timeout=1.2):
353353
print(f'{result=}')
354354
# sourcery skip: no-conditionals-in-tests
355355
if result.exception_class is not None:

0 commit comments

Comments
 (0)