Skip to content

Commit

Permalink
[tests] disable throttling
Browse files Browse the repository at this point in the history
  • Loading branch information
samschott committed Apr 5, 2022
1 parent 0555f85 commit a3050e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/linked/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a3050e4

Please sign in to comment.