Skip to content

Commit

Permalink
NIFI-14115 Removed unnecessary Timeout annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
exceptionfactory committed Dec 27, 2024
1 parent 63f855d commit 72d319a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import org.eclipse.jetty.server.RequestLog;
import org.eclipse.jetty.server.Server;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Timeout;

import javax.net.ssl.SSLContext;
import java.security.NoSuchAlgorithmException;
Expand Down Expand Up @@ -72,7 +71,6 @@ void testGetServerHttps() throws NoSuchAlgorithmException {
assertHttpsConnectorFound(server);
}

@Timeout(10)
@Test
void testGetServerStart() throws Exception {
final Properties applicationProperties = new Properties();
Expand Down

0 comments on commit 72d319a

Please sign in to comment.