We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b8cd5 commit 1f0ffbeCopy full SHA for 1f0ffbe
tests/test_14_read_only_list_file.py
@@ -23,7 +23,7 @@ def test_read_only_list_file():
23
for line in ["one", "two", "three"]:
24
fp.write(line + '\n')
25
26
- sleep(1)
+ sleep(2)
27
assert len(_read_only) == 3
28
assert set(_read_only) == {"one", "two", "three"}
29
assert _read_only[-1] == "three"
0 commit comments