mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-15 11:57:12 +02:00
Updated integration tests
This commit is contained in:
parent
8aa6e3b066
commit
bee09aa626
@ -53,7 +53,7 @@ public class OllamaAPIIntegrationTest {
|
|||||||
ollama.setPortBindings(portBindings);
|
ollama.setPortBindings(portBindings);
|
||||||
ollama.start();
|
ollama.start();
|
||||||
api = new OllamaAPI("http://" + ollama.getHost() + ":" + ollama.getMappedPort(internalPort));
|
api = new OllamaAPI("http://" + ollama.getHost() + ":" + ollama.getMappedPort(internalPort));
|
||||||
api.setRequestTimeoutSeconds(60);
|
api.setRequestTimeoutSeconds(120);
|
||||||
api.setVerbose(true);
|
api.setVerbose(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user