Skip to content

Commit 0e79c48

Browse files
committed
fix in the jest test
1 parent 7e9291e commit 0e79c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/solutions/observability/plugins/observability/public/components/custom_threshold/custom_threshold_rule_expression.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ describe('Expression', () => {
155155
],
156156
comparator: COMPARATORS.GREATER_THAN,
157157
threshold: [100],
158-
timeSize: 1,
158+
timeSize: 5,
159159
timeUnit: 'm',
160160
},
161161
]);

0 commit comments

Comments
 (0)