summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_scheduler.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index fcf7205e..38ab93b5 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -159,24 +159,24 @@ LIMITS = {
},
'old': {
'amd64': {
- 'testing': {1: (500, 1000), 2: (750, 750), '*': 0},
- 'unstable': {1: (500, 1000), 2: (750, 750), '*': 0},
- 'experimental': {1: (500, 70), 2: (750, 50), '*': 0},
+ 'testing': {1: (500, 1000), 2: (850, 850), '*': 0},
+ 'unstable': {1: (500, 1000), 2: (850, 850), '*': 0},
+ 'experimental': {1: (500, 70), 2: (850, 50), '*': 0},
},
'i386': {
- 'testing': {1: (500, 800), 2: (750, 500), '*': 0},
- 'unstable': {1: (500, 800), 2: (750, 500), '*': 0},
- 'experimental': {1: (500, 70), 2: (750, 50), '*': 0},
+ 'testing': {1: (500, 900), 2: (850, 650), '*': 0},
+ 'unstable': {1: (500, 900), 2: (850, 650), '*': 0},
+ 'experimental': {1: (500, 70), 2: (850, 50), '*': 0},
},
'arm64': {
- 'testing': {1: (500, 1000), 2: (750, 750), '*': 0},
- 'unstable': {1: (500, 1000), 2: (750, 750), '*': 0},
- 'experimental': {1: (500, 70), 2: (750, 50), '*': 0},
+ 'testing': {1: (500, 1000), 2: (850, 850), '*': 0},
+ 'unstable': {1: (500, 1000), 2: (850, 850), '*': 0},
+ 'experimental': {1: (500, 70), 2: (850, 50), '*': 0},
},
'armhf': {
- 'testing': {1: (500, 800), 2: (750, 500), '*': 0},
- 'unstable': {1: (500, 800), 2: (750, 500), '*': 0},
- 'experimental': {1: (500, 70), 2: (750, 50), '*': 0},
+ 'testing': {1: (500, 800), 2: (850, 500), '*': 0},
+ 'unstable': {1: (500, 800), 2: (850, 500), '*': 0},
+ 'experimental': {1: (500, 70), 2: (850, 50), '*': 0},
}
}
}