Update test.py

This commit is contained in:
Kseniia Sumarokova 2022-06-25 11:24:11 +02:00 committed by GitHub
parent a003d01295
commit 901e8cfc6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2780,5 +2780,5 @@ def test_rabbitmq_msgpack(rabbitmq_cluster):
try_no = try_no + 1
if try_no == 20:
break
sleep(1)
time.sleep(1)
assert result.strip() == "kek"