Merge branch 'revert-multiprocess-htmlt-to-text' into realtime-ui
This commit is contained in:
@@ -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():
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user