blob: 073d1ff0eee360acc55f3c6f0e90afab152ebaab [file] [log] [blame]
{
"schemaVersion": "2.1",
"application": {
"name": "SLEEPER",
"components": [
{
"name": "SLEEP_100",
"commands": [
{
"exec": "sleep 180"
}
]
},
{
"name": "SLEEP_LONG",
"commands": [
{
"exec": "sleep 180000"
}
]
}
]
}
}