Make sanity check optional.
[python_utils.git] / executors.py
index 399e32d14d33c3b3097a6457f762c76439785f5e..3786954a418c257bd2c7d0ae81d1455c0d8ea1cc 100644 (file)
@@ -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,
                     ),
                 )