Updating pipeline: Wait 15

This commit is contained in:
Paul Andrew 2022-02-28 20:10:11 +00:00
parent 5331637e5b
commit 6cfb707496

View File

@ -3,12 +3,12 @@
"properties": {
"activities": [
{
"name": "Wait 10",
"name": "Wait 15",
"type": "Wait",
"dependsOn": [],
"userProperties": [],
"typeProperties": {
"waitTimeInSeconds": 10
"waitTimeInSeconds": 15
}
}
],