modify the testing time frame to allow more buffer on the auditing
This commit is contained in:
@ -46,15 +46,15 @@ task_audit_program: "dist/main.js"
|
|||||||
## Round Time ##
|
## Round Time ##
|
||||||
# Duration of task, measured in slots (with each slot approximately equal to 408ms). Should be at least 800 slots.
|
# 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.
|
# 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 ##
|
## Audit Window ##
|
||||||
# The audit window should be at least 1/3 of the round time.
|
# The audit window should be at least 1/3 of the round time.
|
||||||
audit_window: 600
|
audit_window: 1300
|
||||||
|
|
||||||
## Submission Window ##
|
## Submission Window ##
|
||||||
# The submission window should be at least 1/3 of the round time.
|
# The submission window should be at least 1/3 of the round time.
|
||||||
submission_window: 600
|
submission_window: 1300
|
||||||
|
|
||||||
## Minimum Stake Amount ##
|
## Minimum Stake Amount ##
|
||||||
# The minimum amount of KOII or KPL that a user must stake in order to participate in the task.
|
# The minimum amount of KOII or KPL that a user must stake in order to participate in the task.
|
||||||
|
Reference in New Issue
Block a user