File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ export class DeviceShadow extends Construct {
141
141
resources : [
142
142
`arn:aws:ssm:${ Stack . of ( this ) . region } :${
143
143
Stack . of ( this ) . account
144
- } :parameter/${ Stack . of ( this ) . stackName } /config/ stack`,
144
+ } :parameter/${ Stack . of ( this ) . stackName } /stack/context `,
145
145
] ,
146
146
} )
147
147
fetchDeviceShadow . addToRolePolicy ( ssmReadPolicy )
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ And there is this device shadow data for `${fingerprint_deviceId}` in nRF Cloud
281
281
282
282
When I connect to the websocket using fingerprint ` ${fingerprint} `
283
283
284
- <!-- @retry:tries=5,initialDelay=5000,delayFactor=1 -->
284
+ <!-- @retry:tries=5,initialDelay=5000,delayFactor=1.5 -->
285
285
286
286
Soon the duration between 2 consecutive device shadow requests for
287
287
` ${fingerprint_deviceId} ` should be ` 5 ` seconds
@@ -292,7 +292,7 @@ Given device shadow fetching config for model `PCA20035+solar` is `10`
292
292
293
293
When I connect to the websocket using fingerprint ` ${fingerprint} `
294
294
295
- <!-- @retry:tries=5,initialDelay=10000,delayFactor=1 -->
295
+ <!-- @retry:tries=5,initialDelay=10000,delayFactor=1.5 -->
296
296
297
297
Soon the duration between 2 consecutive device shadow requests for
298
298
` ${fingerprint_deviceId} ` should be ` 10 ` seconds
You can’t perform that action at this time.
0 commit comments