diff options
-rwxr-xr-x | bin/reproducible_scheduler.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 0682d12a..3f25b713 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -164,9 +164,9 @@ LIMITS = { 'experimental': {1: (300, 70), 2: (600, 50), '*': 0}, }, 'i386': { - 'testing': {1: (300, 800), 2: (500, 500), '*': 0}, - 'unstable': {1: (300, 800), 2: (500, 500), '*': 0}, - 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, + 'testing': {1: (300, 800), 2: (600, 500), '*': 0}, + 'unstable': {1: (300, 800), 2: (600, 500), '*': 0}, + 'experimental': {1: (300, 70), 2: (600, 50), '*': 0}, }, 'arm64': { 'testing': {1: (500, 1000), 2: (600, 750), '*': 0}, @@ -174,9 +174,9 @@ LIMITS = { 'experimental': {1: (300, 70), 2: (600, 50), '*': 0}, }, 'armhf': { - 'testing': {1: (300, 800), 2: (500, 500), '*': 0}, - 'unstable': {1: (300, 800), 2: (500, 500), '*': 0}, - 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, + 'testing': {1: (300, 800), 2: (600, 500), '*': 0}, + 'unstable': {1: (300, 800), 2: (600, 500), '*': 0}, + 'experimental': {1: (300, 70), 2: (600, 50), '*': 0}, } } } |