blob: bfe2afba984c66063c278945218a248dfe2b736c [file] [log] [blame]
{
"schemaVersion": "2.1",
"application": {
"name": "SLEEPER",
"commandOrders": [
{
"command": "SLEEP_100-START",
"requires": "SLEEP_LONG-STARTED"
}
],
"components": [
{
"name": "SLEEP_100",
"commands": [
{
"exec": "sleep 180"
}
]
},
{
"name": "SLEEP_LONG",
"commands": [
{
"exec": "sleep 180000"
}
]
}
]
}
}