Skip to content
Snippets Groups Projects
Commit 1c778776 authored by Thibault Allançon's avatar Thibault Allançon
Browse files

tests: extend max delay to populate history/by-date/

parent 65e46878
No related branches found
No related tags found
No related merge requests found
......@@ -72,8 +72,8 @@ def test_list_history(fuse_mntdir):
assert depth2 in (os.listdir(dir_by_page / depth1))
dir_by_date = dir_path / "by-date"
# Wait max 1 second to populate by-date/ dir
for i in range(100):
# Wait max 3 seconds to populate by-date/ dir
for i in range(300):
if ".status" not in os.listdir(dir_by_date):
break
time.sleep(0.01)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment