Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Side by Side Diff: recipe_modules/step/example.expected/timeout.json

Issue 2253943003: Formally define step config, pass to stream. (Closed) Base URL: https://github.com/luci/recipes-py@nest-single-event
Patch Set: Rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [
4 "sleep",
5 "20"
6 ],
7 "name": "timeout",
8 "timeout": 1
9 },
10 {
3 "name": "$result", 11 "name": "$result",
4 "reason": "Step Timeout: Step('timeout') timed out after 1", 12 "reason": "Step Timeout: Step('timeout') timed out after 1",
5 "recipe_result": null, 13 "recipe_result": null,
6 "status_code": 1 14 "status_code": 1
7 } 15 }
8 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698