From 9b25b4e71d205d2fc5ad3427ad7658802c15d6f0 Mon Sep 17 00:00:00 2001 From: josh <josh@elixxir.io> Date: Wed, 1 Dec 2021 11:25:03 -0800 Subject: [PATCH] Fix smoke infra issue --- smokeinfra/registration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smokeinfra/registration.json b/smokeinfra/registration.json index 4d492b8..4e6e102 100644 --- a/smokeinfra/registration.json +++ b/smokeinfra/registration.json @@ -4,7 +4,7 @@ "MinimumDelay": 60, "RealtimeDelay": 120, "SemiOptimalOrdering": true, - "Threshold": 3, + "Threshold": 0.3, "NodeCleanUpInterval": 3, "ResourceQueueTimeout": 300000 -- GitLab