Signed-off-by: Andriy Kurilin <andr.kurilin@gmail.com> Change-Id: Id9d1c0cd8f2cbc34d22f861af7c2297899aa4e4e
24 lines
651 B
JSON
24 lines
651 B
JSON
{
|
|
"version": 2,
|
|
"title": "Constant Runner with Timeout",
|
|
"description": "Demonstrates using constant runner with timeout configuration",
|
|
"subtasks": [
|
|
{
|
|
"title": "Constant runner with timeout",
|
|
"description": "Run iterations with constant concurrency and timeout limit",
|
|
"scenario": {
|
|
"Dummy.dummy": {
|
|
"sleep": 10
|
|
}
|
|
},
|
|
"runner": {
|
|
"constant": {
|
|
"times": 20,
|
|
"concurrency": 5,
|
|
"timeout": 5
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|