Skip to content

Commit 15c0a32

Browse files
committed
test(e2e): add dely for historical data
1 parent 8f64244 commit 15c0a32

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

features/DeviceToWebsocket.feature.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ needs:
88
> Device messages published on nRF Cloud should be delivered to the websocket
99
> API
1010
11+
<!-- @retry:delayExecution=5000 -->
12+
1113
## Verify a device sends a message to nRF Cloud, then I can receive the message via website
1214

1315
Given I store `$millis()` into `ts`

features/HistoricalRequest.feature.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ Soon I should receive a message on the websocket that matches
177177
}
178178
```
179179

180+
<!-- @retry:delayExecution=5000 -->
181+
180182
## Request historical data for a week
181183

182184
When I connect to the websocket using fingerprint `${fingerprint}`

0 commit comments

Comments
 (0)