Skip to content

Commit 4364004

Browse files
authored
Extend key generation time (#845)
The `openssl genpkey` can be slow sometimes and fail due to timeout, specially on busy CPUs. Signed-off-by: Albert Callarisa <[email protected]>
1 parent ca3fc05 commit 4364004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/crypto/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It creates a client using `DaprClient`, uses a local store defined in
2121

2222
<!-- STEP
2323
name: Generate crypto
24-
timeout_seconds: 5
24+
timeout_seconds: 20
2525
-->
2626

2727
```bash

0 commit comments

Comments
 (0)