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