Missing comma in JSON
@ -181,7 +181,7 @@ executing the next script:
{
"type": "shell",
"script": "script.sh",
"pause_before": "10s"
"pause_before": "10s",
"timeout": "10s"
}
```