forked from Mirror/ollama4j
Updated integration tests
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user