Skip to content

Commit

Permalink
test(client-api/ITSPARQL11SEProtocol):add timout in beginTest
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Jan 23, 2024
1 parent 99c0916 commit ef8350a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public class ITSPARQL11SEProtocol {
private static SubscriptionProtocol protocol;

@BeforeEach
@Timeout(5)
public void beginTest() throws IOException, SEPAProtocolException, SEPAPropertiesException, SEPASecurityException,
URISyntaxException, InterruptedException {
provider = new ConfigurationProvider();
Expand Down

0 comments on commit ef8350a

Please sign in to comment.