Skip to content

Commit 0c368f5

Browse files
committed
chore: Tests tweaks
1 parent f025c5a commit 0c368f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/voncount/test_backend_mqtt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ def test_mqtt_send_receive(mosquitto, capmqtt):
4848

4949
# FIXME: There **has** to be a better way
5050
# We are waiting here for the backend startup
51-
time.sleep(2)
51+
time.sleep(5)
5252

5353
capmqtt.publish(topic=backend.topic_img, payload=json.dumps(payload))
5454

5555
# FIXME: same as above
5656
# Here, we wait for backend to publish the calculated results
57-
time.sleep(2)
57+
time.sleep(5)
5858

5959
assert (
6060
MqttMessage(

0 commit comments

Comments
 (0)