Skip to content

Commit b47cac6

Browse files
authored
communication-primitives - mention the default timeout of 1min
1 parent a120b61 commit b47cac6

File tree

1 file changed

+1
-1
lines changed
  • src/language-tools-and-standard-library/basics/communication-primitives

1 file changed

+1
-1
lines changed

src/language-tools-and-standard-library/basics/communication-primitives/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ service MyService {
116116

117117
### Solicit-Response timeout
118118

119-
It is possible to set the response timeout of a solicit-response by specifying the engine argument `responseTimeout` when running Jolie. Details can be found at page [Basics/Engine Argument](../engine-arguments/README.md).
119+
It is possible to increase the response timeout (1 min) of a solicit-response by specifying the engine argument `responseTimeout` when running Jolie. More details can be found at page [Basics/Engine Argument](../engine-arguments/README.md).
120120

121121
## Example
122122

0 commit comments

Comments
 (0)