Skip to content

Commit c2ebcf5

Browse files
committed
Removing some timeouts
1 parent e0ba643 commit c2ebcf5

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

temporal-sdk/src/test/java/io/temporal/client/nexus/NexusClientInterceptorChainTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public class NexusClientInterceptorChainTest {
3131
public SDKTestWorkflowRule testWorkflowRule =
3232
SDKTestWorkflowRule.newBuilder()
3333
.setWorkflowTypes(PlaceholderWorkflowImpl.class)
34-
.setTestTimeoutSeconds(60)
3534
.build();
3635

3736
@BeforeClass

temporal-sdk/src/test/java/io/temporal/client/nexus/NexusOperationHandleTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ public class NexusOperationHandleTest {
3535
SDKTestWorkflowRule.newBuilder()
3636
.setWorkflowTypes(PlaceholderWorkflowImpl.class)
3737
.setNexusServiceImplementation(new TestNexusServiceImpl())
38-
// Default is 10s; standalone Nexus dispatch + worker poll can take longer.
39-
.setTestTimeoutSeconds(120)
4038
.build();
4139

4240
@BeforeClass

temporal-sdk/src/test/java/io/temporal/client/nexus/NexusServiceClientTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public class NexusServiceClientTest {
3636
SDKTestWorkflowRule.newBuilder()
3737
.setWorkflowTypes(PlaceholderWorkflowImpl.class)
3838
.setNexusServiceImplementation(new TestNexusServiceImpl())
39-
.setTestTimeoutSeconds(120)
4039
.build();
4140

4241
@BeforeClass

0 commit comments

Comments
 (0)