Merge branch 'revert-multiprocess-htmlt-to-text' into realtime-ui

This commit is contained in:
dgtlmoon
2025-05-08 18:48:22 +02:00
2 changed files with 4 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ def test_consistent_history(client, live_server, measure_memory_usage):
# assert the right amount of watches was found in the JSON # assert the right amount of watches was found in the JSON
assert len(json_obj['watching']) == len(r), "Correct number of watches was found in the JSON" assert len(json_obj['watching']) == len(r), "Correct number of watches was found in the JSON"
i=0
# each one should have a history.txt containing just one line # each one should have a history.txt containing just one line
i=0 i=0
for w in json_obj['watching'].keys(): for w in json_obj['watching'].keys():

View File

@@ -136,6 +136,9 @@ def wait_for_all_checks(client=None):
# Configuration # Configuration
attempt = 0 attempt = 0
i=0
max_attempts = 60 max_attempts = 60
wait_between_attempts = 2 wait_between_attempts = 2
required_empty_duration = 2 required_empty_duration = 2