summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 9ba07c62..689b4dfa 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -112,8 +112,8 @@ LIMITS = {
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'armhf': {
- 'testing': {1: (300, 100), 2: (600, 33), '*': 0},
- 'unstable': {1: (300, 100), 2: (600, 33), '*': 0},
+ 'testing': {1: (300, 500), 2: (600, 333), '*': 0},
+ 'unstable': {1: (300, 500), 2: (600, 333), '*': 0},
'experimental': {1: (300, 50), 2: (600, 35), '*': 0},
}
}