summaryrefslogtreecommitdiffstats
path: root/tests/actions.d/sleep.cfg
blob: c0fad72cacbe2ae37cd002d5194a88edef4a39ba (plain)
1
2
name = "Pure Sleep"
actions = [ { "command" : "sleep(1)", "return_code" : "^0$" }, { "command" : "sleep(3)", "return_code" : "^0$" }, { "command" : "sleep(5)", "return_code" : "^0$" } ]