summaryrefslogtreecommitdiffstats
path: root/crates/core/tedge_core/tests/plugin_does_not_shutdown.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/core/tedge_core/tests/plugin_does_not_shutdown.toml')
-rw-r--r--crates/core/tedge_core/tests/plugin_does_not_shutdown.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/core/tedge_core/tests/plugin_does_not_shutdown.toml b/crates/core/tedge_core/tests/plugin_does_not_shutdown.toml
new file mode 100644
index 00000000..48ef99ad
--- /dev/null
+++ b/crates/core/tedge_core/tests/plugin_does_not_shutdown.toml
@@ -0,0 +1,8 @@
+max_concurrency = 10
+
+plugin_shutdown_timeout_ms = 2000
+
+[plugins]
+[plugins.noshut]
+kind = "noshutdown"
+[plugins.noshut.configuration]