summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 21bfdf0f..0682d12a 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -159,8 +159,8 @@ LIMITS = {
},
'old': {
'amd64': {
- 'testing': {1: (300, 800), 2: (600, 600), '*': 0},
- 'unstable': {1: (300, 800), 2: (600, 600), '*': 0},
+ 'testing': {1: (500, 1000), 2: (600, 750), '*': 0},
+ 'unstable': {1: (500, 1000), 2: (600, 750), '*': 0},
'experimental': {1: (300, 70), 2: (600, 50), '*': 0},
},
'i386': {
@@ -169,8 +169,8 @@ LIMITS = {
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'arm64': {
- 'testing': {1: (300, 800), 2: (600, 600), '*': 0},
- 'unstable': {1: (300, 800), 2: (600, 600), '*': 0},
+ 'testing': {1: (500, 1000), 2: (600, 750), '*': 0},
+ 'unstable': {1: (500, 1000), 2: (600, 750), '*': 0},
'experimental': {1: (300, 70), 2: (600, 50), '*': 0},
},
'armhf': {