We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b40182 commit 996ba32Copy full SHA for 996ba32
1 file changed
temporal-sdk/src/test/java/io/temporal/workflow/nexus/SyncClientOperationTest.java
@@ -116,7 +116,7 @@ public static class TestNexus implements TestUpdatedWorkflow {
116
public String execute(boolean fail) {
117
NexusOperationOptions options =
118
NexusOperationOptions.newBuilder()
119
- .setScheduleToCloseTimeout(Duration.ofSeconds(1))
+ .setScheduleToCloseTimeout(Duration.ofSeconds(3))
120
.build();
121
NexusServiceOptions serviceOptions =
122
NexusServiceOptions.newBuilder().setOperationOptions(options).build();
0 commit comments