Skip to content

Commit 83cb416

Browse files
authored
IWF-750: Fix testRPCLocking (#296)
1 parent 6263948 commit 83cb416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/iworkflow/integ/RpcTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void testRPCLocking() throws InterruptedException, ExecutionException {
5151
ImmutableWorkflowOptions.builder()
5252
.workflowConfigOverride(
5353
new WorkflowConfig()
54-
.continueAsNewThreshold(1)
54+
.continueAsNewThreshold(2)
5555
)
5656
.build());
5757

0 commit comments

Comments
 (0)