Skip to content

Commit

Permalink
fix flaky test actor_sdks (dapr#7130)
Browse files Browse the repository at this point in the history
Signed-off-by: MregXN <[email protected]>
Co-authored-by: Mukundan Sundararajan <[email protected]>
  • Loading branch information
MregXN and mukundansundar authored Nov 2, 2023
1 parent b2f0abf commit 9c281b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/actor_sdks/actor_sdks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ func TestActorInvocationCrossSDKs(t *testing.T) {
healthCheckApp(t, externalURL, numHealthChecks)
}

t.Log("Sleeping for 10 seconds ...")
time.Sleep(10 * time.Second)
t.Log("Sleeping for 15 seconds ...")
time.Sleep(15 * time.Second)

for _, appSpec := range apps {
app := appSpec.AppName
Expand Down

0 comments on commit 9c281b7

Please sign in to comment.