We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c5b7c commit 56676efCopy full SHA for 56676ef
validation/test.py
@@ -45,6 +45,7 @@ def test_send_message_should_trigger_correlation_rule(self):
45
time.sleep(_PERIOD)
46
inputs.send({'short_message': 'pop'})
47
48
+ # Seems like this test sometimes fails during CI, should the timeout be increased? Or is there a random bug?
49
self._assert_got_new_event_within(60)
50
51
def test_send_message_should_trigger_correlation_rule_with_group_by(self):
0 commit comments