diff options
-rwxr-xr-x | bin/reproducible_scheduler.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index e3819cb9..4e3f2dcc 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -164,8 +164,8 @@ LIMITS = { 'experimental': {1: (500, 70), 2: (850, 50), '*': 0}, }, 'i386': { - 'testing': {1: (500, 800), 2: (850, 550), '*': 0}, - 'unstable': {1: (500, 1000), 2: (850, 750), '*': 0}, + 'testing': {1: (500, 900), 2: (850, 750), '*': 0}, + 'unstable': {1: (500, 1100), 2: (850, 950), '*': 0}, 'experimental': {1: (500, 70), 2: (850, 50), '*': 0}, }, 'arm64': { |