Skip to content

Commit

Permalink
Timing issues for go sdk in state
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
  • Loading branch information
paulyuk committed Jul 27, 2024
1 parent 00b6be7 commit a57973e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/env/global.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DAPR_CLI_VERSION: 1.14.0-rc.7
DAPR_CLI_VERSION: 1.14.0-rc.8
DAPR_RUNTIME_VERSION: 1.14.0-rc.5
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/
DAPR_DEFAULT_IMAGE_REGISTRY: ghcr
Expand Down
3 changes: 2 additions & 1 deletion state_management/go/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ expected_stderr_lines:
output_match_mode: substring
match_order: none
background: true
sleep: 15
sleep: 120
timeout_seconds: 180
-->

```bash
Expand Down

0 comments on commit a57973e

Please sign in to comment.