Skip to content

Commit 13def7a

Browse files
committed
test: low threshold
Signed-off-by: Pawel Langowski <pawelx.langowski@intel.com>
1 parent fbfa14f commit 13def7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-case/latency-metrics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ OPT_NAME['T']='trial-until' OPT_DESC['T']="Trial mode: repeat until this val
8989
OPT_HAS_ARG['T']=1 OPT_VAL['T']=2
9090

9191
OPT_NAME['l']='latency_threshold' OPT_DESC['l']='latency threshold in ms'
92-
OPT_HAS_ARG['l']=1 OPT_VAL['l']=85
92+
OPT_HAS_ARG['l']=1 OPT_VAL['l']=30
9393

9494
func_opt_parse_option "$@"
9595

0 commit comments

Comments
 (0)