summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_scheduler.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index f3f41aff..7f617e1a 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -93,14 +93,14 @@ LIMITS = {
},
'ftbfs+depwait': {
'amd64': {
- 'testing': {1: (250, 40), 2: (350, 20), '*': 5},
- 'unstable': {1: (250, 40), 2: (350, 20), '*': 5},
- 'experimental': {1: (250, 40), 2: (350, 20), '*': 2},
+ 'testing': {1: (700, 40), 2: (500, 20), '*': 5},
+ 'unstable': {1: (700, 40), 2: (500, 20), '*': 5},
+ 'experimental': {1: (700, 40), 2: (500, 20), '*': 2},
},
'armhf': {
- 'testing': {1: (250, 20), 2: (350, 10), '*': 5},
- 'unstable': {1: (250, 20), 2: (350, 10), '*': 5},
- 'experimental': {1: (250, 20), 2: (350, 10), '*': 2},
+ 'testing': {1: (575, 20), 2: (450, 10), '*': 5},
+ 'unstable': {1: (575, 20), 2: (450, 10), '*': 5},
+ 'experimental': {1: (575, 20), 2: (450, 10), '*': 2},
}
},
'old': {