Skip to content

Commit

Permalink
fix: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
VihasMakwana committed Jun 12, 2024
1 parent b53cccb commit 3ea3e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebeat/tests/system/test_shutdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_shutdown(self):

# Flaky on MacOS, see https://github.com/elastic/beats/issues/39613#issuecomment-2158812325
# we need to wait a bit longer for filebeat to start
if platform.system() == "Darwin" :
if platform.system() == "Darwin":
time.sleep(10)
else:
time.sleep(.5)
Expand Down

0 comments on commit 3ea3e33

Please sign in to comment.