Skip to content

Commit 0b965fb

Browse files
authored
Engine API: recommend to retry the call after timeout (#253)
Recommend to retry the call after timeout
1 parent ba4a18a commit 0b965fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ $ curl https://localhost:8551 \
143143

144144
## Timeouts
145145

146-
Consensus Layer client software **MUST** wait for a specified `timeout` before aborting the call. In such an event, the Consensus Layer client software **MAY** retry the call.
146+
Consensus Layer client software **MUST** wait for a specified `timeout` before aborting the call. In such an event, the Consensus Layer client software **SHOULD** retry the call when it is needed to keep progressing.
147147

148148
Consensus Layer client software **MAY** wait for response longer than it is specified by the `timeout` parameter.
149149

0 commit comments

Comments
 (0)