diff options
-rwxr-xr-x | bin/reproducible_scheduler.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index ce2b1b7d..7928bc6a 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -85,12 +85,12 @@ LIMITS = { 'amd64': { 'testing': {1: (100, 250), 2: (200, 200), '*': 100}, 'unstable': {1: (100, 250), 2: (200, 200), '*': 150}, - 'experimental': {1: (100, 250), 2: (200, 200), '*': 150}, + 'experimental': {1: (100, 250), 2: (200, 200), '*': 50}, }, 'armhf': { - 'testing': {1: (100, 200), 2: (200, 200), '*': 100}, - 'unstable': {1: (100, 200), 2: (200, 200), '*': 150}, - 'experimental': {1: (100, 200), 2: (200, 200), '*': 150}, + 'testing': {1: (100, 200), 2: (200, 200), '*': 50}, + 'unstable': {1: (100, 200), 2: (200, 200), '*': 75}, + 'experimental': {1: (100, 200), 2: (200, 200), '*': 25}, }, }, 'ftbfs+depwait': { |