Skip to content

Commit

Permalink
Merge branch 'XSUP-41320/kafkav3' of github.com:demisto/content into …
Browse files Browse the repository at this point in the history
…XSUP-41320/kafkav3
  • Loading branch information
sapirshuker committed Nov 21, 2024
2 parents be24cb4 + 8e8f222 commit a79b80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packs/Kafka/Integrations/KafkaV3/KafkaV3.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class KafkaCommunicator:

SESSION_TIMEOUT: int = 10000
REQUESTS_TIMEOUT: float = 10.0
POLL_TIMEOUT: float = 1.0 # Increased from 1.0 to prevent frequent 'No results' responses in the kafka-consume-msg command.
POLL_TIMEOUT: float = 1.0
POLL_TIMEOUT_STOP_UPON_TIMEOUT = 10.0
# which caused test playbook failures in builds.
MAX_POLLS_FOR_LOG: int = 100
Expand Down

0 comments on commit a79b80f

Please sign in to comment.