Skip to content

Commit 996ba32

Browse files
committed
Bump the nexus schedule to close timeout in tests
1 parent 6b40182 commit 996ba32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

temporal-sdk/src/test/java/io/temporal/workflow/nexus/SyncClientOperationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public static class TestNexus implements TestUpdatedWorkflow {
116116
public String execute(boolean fail) {
117117
NexusOperationOptions options =
118118
NexusOperationOptions.newBuilder()
119-
.setScheduleToCloseTimeout(Duration.ofSeconds(1))
119+
.setScheduleToCloseTimeout(Duration.ofSeconds(3))
120120
.build();
121121
NexusServiceOptions serviceOptions =
122122
NexusServiceOptions.newBuilder().setOperationOptions(options).build();

0 commit comments

Comments
 (0)