Skip to content

Commit 9b13b80

Browse files
committed
test(e2e): change timeouts to max 25 seconds
1 parent 69a1675 commit 9b13b80

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

features/DeviceInfo.feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Given I have the fingerprint for a `PCA20035+solar` device in `fingerprint`
1111

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

14-
<!-- @retry:tries=5,initialDelay=1000,delayFactor=2 -->
14+
<!-- @retry:tries=5,initialDelay=5000,delayFactor=1 -->
1515

1616
Soon I should receive a message on the websocket that matches
1717

features/DeviceShadow.feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ And there is this device shadow data for `${fingerprint:deviceId}` in nRF Cloud
279279

280280
Given I connect to the websocket using fingerprint `${fingerprint}`
281281

282-
<!-- @retry:tries=5,initialDelay=1000,delayFactor=2 -->
282+
<!-- @retry:tries=5,initialDelay=5000,delayFactor=1 -->
283283

284284
Soon I should receive a message on the websocket that matches
285285

features/DeviceToWebsocket.feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When the device `${fingerprint:deviceId}` publishes this message to the topic
2424
}
2525
```
2626

27-
<!-- @retry:tries=5,initialDelay=1000,delayFactor=2 -->
27+
<!-- @retry:tries=5,initialDelay=5000,delayFactor=1 -->
2828

2929
Soon I should receive a message on the websocket that matches
3030

features/LastSeen.feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Given I store `$fromMillis(${ts})` into `tsISO`
2929

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

32-
<!-- @retry:tries=5,initialDelay=1000,delayFactor=2 -->
32+
<!-- @retry:tries=5,initialDelay=5000,delayFactor=1 -->
3333

3434
Soon I should receive a message on the websocket that matches
3535

0 commit comments

Comments
 (0)