Skip to content

Commit

Permalink
Attempt to fix something 9
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Jul 5, 2024
1 parent 1c062ba commit 7ff7acd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class SPARQLProtocolWorkerTest {
.containerThreads(10)
.asynchronousResponseEnabled(true)
.asynchronousResponseThreads(10)
.timeout(1000))
.timeout(50000))
.failOnUnmatchedRequests(true)
.build();

Expand Down

0 comments on commit 7ff7acd

Please sign in to comment.