Skip to content

Commit

Permalink
Bump load thresholds. (#7483)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjprescott authored Oct 4, 2018
1 parent d78f3e8 commit 524491c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/automation/verify/verify_module_load_times.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 524491c

Please sign in to comment.