From 2f415a56fc45d35b3a26e601120442a7b56ccc4a Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Tue, 1 Mar 2022 13:11:58 +0000 Subject: [PATCH] Updating pipeline: Wait 10 --- Code/DataFactory/pipeline/Wait 10.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/DataFactory/pipeline/Wait 10.json b/Code/DataFactory/pipeline/Wait 10.json index 5806098..058789e 100644 --- a/Code/DataFactory/pipeline/Wait 10.json +++ b/Code/DataFactory/pipeline/Wait 10.json @@ -3,12 +3,12 @@ "properties": { "activities": [ { - "name": "Wait 10", + "name": "Wait 15", "type": "Wait", "dependsOn": [], "userProperties": [], "typeProperties": { - "waitTimeInSeconds": 10 + "waitTimeInSeconds": 15 } } ],