Skip to content

Commit

Permalink
Reactivate timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp committed Apr 28, 2024
1 parent aadd4f4 commit 91b14ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public void testConnectionRefused()
assertEquals(ConnectError.class, doneEvent.get().getClass());
}

@Test // (timeout = 1500)
@Test(timeout = 1500)
public void testGetMatchTop()
throws IOException, InterruptedException, ExecutionException {
URL url = new URL(protocol, "localhost", srvPort(), "/top");
Expand Down

0 comments on commit 91b14ee

Please sign in to comment.