Skip to content

Commit d18fb31

Browse files
acrocamingsing
authored andcommitted
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]> Signed-off-by: mingsing <[email protected]>
1 parent 4dd5d4f commit d18fb31

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)