Skip to content

Commit 02ff5cd

Browse files
Add timeout to canRunWithResourceBasedTuner (#2313)
1 parent b53f304 commit 02ff5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporal-sdk/src/test/java/io/temporal/worker/ResourceBasedTunerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public class ResourceBasedTunerTests {
6565
.reportEvery(com.uber.m3.util.Duration.ofMillis(10)))
6666
.build();
6767

68-
@Test
68+
@Test(timeout = 300 * 1000)
6969
public void canRunWithResourceBasedTuner() throws InterruptedException {
7070
ResourceTunerWorkflow workflow = testWorkflowRule.newWorkflowStub(ResourceTunerWorkflow.class);
7171
workflow.execute(5, 5, 1000);

0 commit comments

Comments
 (0)