summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 2f74fb8a..7ec22535 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -72,7 +72,7 @@ LIMITS = {
},
'armhf': {
'testing': {'*': 0},
- 'unstable': {'*': 130},
+ 'unstable': {'*': 250},
'experimental': {'*': 0},
},
},
@@ -102,13 +102,13 @@ LIMITS = {
},
'old': {
'amd64': {
- 'testing': {1: (300, 500), 2: (400, 444), '*': 0},
- 'unstable': {1: (300, 400), 2: (400, 333), '*': 0},
- 'experimental': {1: (300, 35), 2: (400, 25), '*': 0},
+ 'testing': {1: (300, 1000), 2: (400, 888), '*': 0},
+ 'unstable': {1: (300, 800), 2: (400, 666), '*': 0},
+ 'experimental': {1: (300, 70), 2: (400, 50), '*': 0},
},
'armhf': {
'testing': {1: (300, 0), 2: (400, 0), '*': 0},
- 'unstable': {1: (300, 50), 2: (400, 40), '*': 0},
+ 'unstable': {1: (300, 250), 2: (400, 200), '*': 0},
'experimental': {1: (300, 0), 2: (400, 0), '*': 0},
}
}