We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6263948 commit 83cb416Copy full SHA for 83cb416
src/test/java/io/iworkflow/integ/RpcTest.java
@@ -51,7 +51,7 @@ public void testRPCLocking() throws InterruptedException, ExecutionException {
51
ImmutableWorkflowOptions.builder()
52
.workflowConfigOverride(
53
new WorkflowConfig()
54
- .continueAsNewThreshold(1)
+ .continueAsNewThreshold(2)
55
)
56
.build());
57
0 commit comments