From aaadcb424ce6245158d709b03f2ffc697d68473b Mon Sep 17 00:00:00 2001 From: Travis Prescott Date: Wed, 3 Oct 2018 16:49:41 -0700 Subject: [PATCH] Bump load thresholds. --- tools/automation/verify/verify_module_load_times.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/automation/verify/verify_module_load_times.py b/tools/automation/verify/verify_module_load_times.py index 29f53f3cba7..5b4dd062488 100644 --- a/tools/automation/verify/verify_module_load_times.py +++ b/tools/automation/verify/verify_module_load_times.py @@ -16,9 +16,9 @@ DEFAULT_THRESHOLD = 10 # explicit thresholds that deviate from the default THRESHOLDS = { - 'network': 25, - 'vm': 25, - 'batch': 25, + 'network': 30, + 'vm': 30, + 'batch': 30, 'storage': 50, TOTAL: 300 }