Skip to content

Commit

Permalink
Add timeout to canRunWithResourceBasedTuner (#2313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Nov 13, 2024
1 parent b53f304 commit 02ff5cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class ResourceBasedTunerTests {
.reportEvery(com.uber.m3.util.Duration.ofMillis(10)))
.build();

@Test
@Test(timeout = 300 * 1000)
public void canRunWithResourceBasedTuner() throws InterruptedException {
ResourceTunerWorkflow workflow = testWorkflowRule.newWorkflowStub(ResourceTunerWorkflow.class);
workflow.execute(5, 5, 1000);
Expand Down

0 comments on commit 02ff5cd

Please sign in to comment.