mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
Adding timeout to test test_on_empty_postgress_db
This commit is contained in:
parent
d8d803a7fe
commit
ac9fb3d611
@ -16,6 +16,7 @@ class TestExternalDb(StepsStore):
|
||||
self.subscribe_to_pubsub_topics_via_relay()
|
||||
|
||||
@pytest.mark.dependency(name="test_on_empty_postgress_db")
|
||||
@pytest.mark.timeout(60)
|
||||
def test_on_empty_postgress_db(self):
|
||||
message = self.create_message()
|
||||
self.publish_message(message=message)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user