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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: recipe_modules/step/example.expected/catch_timeout.json
diff --git a/recipe_modules/step/example.expected/catch_timeout.json b/recipe_modules/step/example.expected/catch_timeout.json
index 70db4cfdb37122b9db406a3a8e8d6ad09f9ffc82..a2bd8af3da1437a9a8544752615577be669efb0b 100644
--- a/recipe_modules/step/example.expected/catch_timeout.json
+++ b/recipe_modules/step/example.expected/catch_timeout.json
@@ -1,5 +1,13 @@
[
{
+ "cmd": [
+ "sleep",
+ "20"
+ ],
+ "name": "caught timeout",
+ "timeout": 1
+ },
+ {
"name": "$result",
"recipe_result": {
"test_me": 4

Powered by Google App Engine
This is Rietveld 408576698