From 69b4b135f74dd290c6ffe3fcf7e49058450b67e7 Mon Sep 17 00:00:00 2001 From: HermanL02 Date: Thu, 1 May 2025 13:04:16 -0300 Subject: [PATCH] modify the testing time frame to allow more buffer on the auditing --- worker/config-task-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/worker/config-task-test.yml b/worker/config-task-test.yml index c50d18b..1c6bfea 100644 --- a/worker/config-task-test.yml +++ b/worker/config-task-test.yml @@ -46,15 +46,15 @@ task_audit_program: "dist/main.js" ## Round Time ## # Duration of task, measured in slots (with each slot approximately equal to 408ms). Should be at least 800 slots. # See https://www.koii.network/docs/concepts/what-are-tasks/what-are-tasks/gradual-consensus for more information on how round time, audit window, and submission window work. -round_time: 1500 +round_time: 3000 ## Audit Window ## # The audit window should be at least 1/3 of the round time. -audit_window: 600 +audit_window: 1300 ## Submission Window ## # The submission window should be at least 1/3 of the round time. -submission_window: 600 +submission_window: 1300 ## Minimum Stake Amount ## # The minimum amount of KOII or KPL that a user must stake in order to participate in the task.