Skip to content

Commit

Permalink
fix: also fix flaky test_restart_state
Browse files Browse the repository at this point in the history
  • Loading branch information
VihasMakwana committed Jun 12, 2024
1 parent bd2b06d commit b53cccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebeat/tests/system/test_registrar.py
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ def test_restart_state(self):
path=os.path.abspath(self.working_dir) + "/log/*",
close_inactive="200ms",
ignore_older="2000ms",
clean_inactive="3s",
clean_inactive="10s",
)

filebeat = self.start_beat()
Expand Down

0 comments on commit b53cccb

Please sign in to comment.