From 87fb2ae7586c421179b2c4d40cc58b96d29c1b5d Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Mon, 28 Feb 2022 20:13:02 +0000 Subject: [PATCH] Updating pipeline: Wait 10 --- Code/DataFactory/pipeline/Wait 10.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Code/DataFactory/pipeline/Wait 10.json b/Code/DataFactory/pipeline/Wait 10.json index 36f6a81..5806098 100644 --- a/Code/DataFactory/pipeline/Wait 10.json +++ b/Code/DataFactory/pipeline/Wait 10.json @@ -1,14 +1,14 @@ { - "name": "Wait 15", + "name": "Wait 10", "properties": { "activities": [ { - "name": "Wait 15", + "name": "Wait 10", "type": "Wait", "dependsOn": [], "userProperties": [], "typeProperties": { - "waitTimeInSeconds": 15 + "waitTimeInSeconds": 10 } } ],