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 } } ],