Using mender.conf for setting timeouts

Hi,

I am trying to set new timeout variables into the mender.conf file here.

{
“InventoryPollIntervalSeconds”: 5,
“RetryPollIntervalSeconds”: 30,
“ServerURL”: “https://hosted.mender.io/”,
“TenantToken”: “My_token”,
“UpdatePollIntervalSeconds”: 5
}

I am trying to add these variables:

“StateScriptRetryIntervalSeconds”: some_value
“StateScriptTimeoutSeconds”: some_value
“StateScriptRetryTimeoutSeconds”: some_value

But when I save the values in the mender.conf file, the default values run. I tried with

“StateScriptRetryIntervalSeconds”: 80

But, still the interval is 60 seconds that is set default by mender. What am I missing?