diff --git a/brewtils/plugin.py b/brewtils/plugin.py index 526c3ca2..b6bd0bd4 100644 --- a/brewtils/plugin.py +++ b/brewtils/plugin.py @@ -448,7 +448,6 @@ def _startup(self): self._admin_processor.startup() try: - print(self._config) if self._config.requires: self.await_dependencies(self._config) except PluginValidationError: diff --git a/brewtils/test/fixtures.py b/brewtils/test/fixtures.py index f27488a9..3013afd5 100644 --- a/brewtils/test/fixtures.py +++ b/brewtils/test/fixtures.py @@ -264,6 +264,7 @@ def system_dict(instance_dict, command_dict, command_dict_2, system_id): "groups": ["GroupB", "GroupA"], "prefix_topic": "custom_topic", "requires": ["SystemA"], + "requires_timeout": 300 }