Skip to content

Commit 3bc17f3

Browse files
fix: updated timeout params for this test
Signed-off-by: Matt Peterson <matt.peterson@swirldslabs.com>
1 parent 25e2417 commit 3bc17f3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

server/src/test/java/com/hedera/block/server/BlockStreamServiceIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public class BlockStreamServiceIT {
8383
private Path testPath;
8484
private Config testConfig;
8585

86-
// private static final int testTimeout = 200;
86+
private static final int testTimeout = 200;
8787

8888
@BeforeEach
8989
public void setUp() throws IOException {

server/src/test/java/com/hedera/block/server/mediator/LiveStreamMediatorImplTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public class LiveStreamMediatorImplTest {
5757
private final long TEST_TIME = 1_719_427_664_950L;
5858

5959
@Test
60-
// @Disabled
6160
public void testUnsubscribeEach() throws InterruptedException {
6261

6362
final var streamMediator = new LiveStreamMediatorImpl(blockWriter);
@@ -162,7 +161,6 @@ public void testMediatorPublishEventToSubscribers() throws IOException, Interrup
162161
}
163162

164163
@Test
165-
// @Disabled
166164
public void testSubAndUnsubHandling() {
167165
final var streamMediator = new LiveStreamMediatorImpl(blockWriter);
168166

0 commit comments

Comments
 (0)