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

Side by Side Diff: recipe_modules/step/example.expected/catch_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": "caught timeout",
8 "timeout": 1
9 },
10 {
3 "name": "$result", 11 "name": "$result",
4 "recipe_result": { 12 "recipe_result": {
5 "test_me": 4 13 "test_me": 4
6 }, 14 },
7 "status_code": 0 15 "status_code": 0
8 } 16 }
9 ] 17 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698