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 c125c670..7000f5b2 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -145,13 +145,13 @@ LIMITS = {
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'i386': {
- 'testing': {1: (300, 555), 2: (500, 444), '*': 0},
- 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0},
+ 'testing': {1: (300, 800), 2: (500, 500), '*': 0},
+ 'unstable': {1: (300, 800), 2: (500, 500), '*': 0},
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'armhf': {
- 'testing': {1: (300, 555), 2: (500, 444), '*': 0},
- 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0},
+ 'testing': {1: (300, 800), 2: (500, 500), '*': 0},
+ 'unstable': {1: (300, 800), 2: (500, 500), '*': 0},
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
}
}