summaryrefslogtreecommitdiff
path: root/executors.py
diff options
context:
space:
mode:
Diffstat (limited to 'executors.py')
-rw-r--r--executors.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/executors.py b/executors.py
index 399e32d..3786954 100644
--- a/executors.py
+++ b/executors.py
@@ -1102,7 +1102,7 @@ class DefaultExecutors(object):
RemoteWorkerRecord(
username='scott',
machine='cheetah.house',
- weight=25,
+ weight=34,
count=6,
),
)
@@ -1122,7 +1122,7 @@ class DefaultExecutors(object):
RemoteWorkerRecord(
username='scott',
machine='wannabe.house',
- weight=30,
+ weight=25,
count=10,
),
)