[tests] disable throttling

This commit is contained in:
samschott 2022-04-05 20:30:48 +02:00
parent 0555f851e2
commit a3050e4d09

View File

@ -55,6 +55,9 @@ def m():
for entry in res.entries:
m.client.remove(entry.path_lower)
# disable throttling for tests
m.sync.max_cpu_percent = 20 * 100
# start syncing
m.start_sync()
wait_for_idle(m)