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.