Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Tojek committed Feb 18, 2020
1 parent fb6d30b commit 3ea7cc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion metricbeat/module/haproxy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.3'

services:
haproxy:
image: docker.elastic.co/integrations-ci/beats-haproxy:${HAPROXY_VERSION:-1.8.22}-1
image: docker.elastic.co/integrations-ci/beats-haproxy:${HAPROXY_VERSION:-1.8.22}-2
build:
context: ./_meta
args:
Expand Down
2 changes: 0 additions & 2 deletions metricbeat/module/haproxy/test_haproxy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
import sys
import time
import unittest
from nose.plugins.attrib import attr

Expand Down Expand Up @@ -45,7 +44,6 @@ def test_info_socket(self):

def _test_stat(self):
proc = self.start_beat()
time.sleep(10)
self.wait_until(lambda: self.output_lines() > 0)
proc.check_kill_and_wait()
self.assert_no_logged_warnings()
Expand Down

0 comments on commit 3ea7cc0

Please sign in to comment.