diff options
-rwxr-xr-x | bin/reproducible_scheduler.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 8ec392c3..e705a587 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -71,9 +71,9 @@ LIMITS = { 'experimental': {'*': 440}, }, 'armhf': { - 'testing': {'*': 177}, - 'unstable': {'*': 177}, - 'experimental': {'*': 177}, + 'testing': {'*': 500}, + 'unstable': {'*': 500}, + 'experimental': {'*': 500}, }, }, 'new': { |