From 7840760de4d7a8dd4ac57869e6f1aad7b9786501 Mon Sep 17 00:00:00 2001
From: Andreas Lindemark <andreas.lindemark@liu.se>
Date: Mon, 10 Mar 2025 15:54:29 +0100
Subject: [PATCH] Added Timeout setting

---
 Windows/Chocolatey/config.template.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Windows/Chocolatey/config.template.json b/Windows/Chocolatey/config.template.json
index f6610e9..5326da6 100644
--- a/Windows/Chocolatey/config.template.json
+++ b/Windows/Chocolatey/config.template.json
@@ -45,6 +45,10 @@
          "value": "system.hostname",
          "commented": false
       },
+      "Timeout": {
+         "value": "10",
+         "commented": false
+      },
       "AllowKey":  {
          "value": "system.run[*]",
          "commented": false
-- 
GitLab