Skip to content

Commit a3011bc

Browse files
committed
fix(e2e-tests): Update the E2E resources ARM template to increase delivery count
1 parent 2052ac4 commit a3011bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

e2e/test/prerequisites/E2ETestsSetup/e2eTestsArmTemplate.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -246,23 +246,23 @@
246246
"eventHubEndpoints": {
247247
"events": {
248248
"retentionTimeInDays": 1,
249-
"partitionCount": 4
249+
"partitionCount": 10
250250
}
251251
},
252252
"cloudToDevice": {
253253
"defaultTtlAsIso8601": "PT1H",
254-
"maxDeliveryCount": 10,
254+
"maxDeliveryCount": 100,
255255
"feedback": {
256256
"ttlAsIso8601": "PT1H",
257-
"lockDurationAsIso8601": "PT60S",
258-
"maxDeliveryCount": 10
257+
"lockDurationAsIso8601": "PT5S",
258+
"maxDeliveryCount": 100
259259
}
260260
},
261261
"messagingEndpoints": {
262262
"fileNotifications": {
263263
"ttlAsIso8601": "PT1H",
264-
"lockDurationAsIso8601": "PT1M",
265-
"maxDeliveryCount": 10
264+
"lockDurationAsIso8601": "PT5S",
265+
"maxDeliveryCount": 100
266266
}
267267
},
268268
"StorageEndPoints": {

0 commit comments

Comments
 (0)