Skip to content

Commit eb9c038

Browse files
committed
update timeout message
1 parent 06d68c4 commit eb9c038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-schema-validation/src/components/validation-states.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ const RulesGenerationErrorBanner: React.FunctionComponent<{
156156
<WarningSummary
157157
data-testid="rules-generation-timeout-message"
158158
warnings={[
159-
'Operation exceeded time limit. Please try increasing the maxTimeMS for the query in the filter options.',
159+
'Operation exceeded time limit. Please try increasing the maxTimeMS in Compass Settings.',
160160
]}
161161
dismissible={true}
162162
onClose={onDismissError}

0 commit comments

Comments
 (0)