Skip to content

Commit a201d62

Browse files
Sandro642Copilot
andauthored
Update src/test/java/fr/sandro642/github/test/MainTest.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 688454a commit a201d62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/fr/sandro642/github/test/MainTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public void testSpecData() {
170170
.urlBranch(ExampleUrlBranch.PROD)
171171
.getResponse();
172172

173-
ApiFactory apiFactory = apiFactoryCompletableFuture.get(5000, TimeUnit.SECONDS);
173+
ApiFactory apiFactory = apiFactoryCompletableFuture.get(5, TimeUnit.SECONDS);
174174

175175
System.out.println("Réponse brute: " + apiFactory.display());
176176

0 commit comments

Comments
 (0)