Skip to content

Commit

Permalink
Add RESTATE_WORKER__CLEANUP_INTERVAL of 1 second for the ingress tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Aug 16, 2024
1 parent 9e2b63a commit 692a644
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/dev/restate/sdktesting/tests/Ingress.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ class Ingress {
CounterDefinitions.SERVICE_NAME,
ProxyDefinitions.SERVICE_NAME,
TestUtilsServiceDefinitions.SERVICE_NAME))
// We need the short cleanup interval b/c of the tests with the idempotent invoke.
withEnv("RESTATE_WORKER__CLEANUP_INTERVAL", "1s")
}
}

Expand Down

0 comments on commit 692a644

Please sign in to comment.