Unverified Commit 56dc316a authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

Give tests more time to run (#10306)

Fix flake failures on windows
parent 2fec73ee
...@@ -355,7 +355,7 @@ func TestRequestsMultipleLoadedModels(t *testing.T) { ...@@ -355,7 +355,7 @@ func TestRequestsMultipleLoadedModels(t *testing.T) {
} }
func TestGetRunner(t *testing.T) { func TestGetRunner(t *testing.T) {
ctx, done := context.WithTimeout(context.Background(), 200*time.Millisecond) ctx, done := context.WithTimeout(context.Background(), 3*time.Second)
defer done() defer done()
a := newScenarioRequest(t, ctx, "ollama-model-1a", 10, &api.Duration{Duration: 2 * time.Millisecond}) a := newScenarioRequest(t, ctx, "ollama-model-1a", 10, &api.Duration{Duration: 2 * time.Millisecond})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment