🌐 AI搜索 & 代理 主页
Skip to content

Commit d18a41f

Browse files
authored
test: k-neighbors-regressor test timeout increase
1 parent 4f42271 commit d18a41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/neighbors/kNeighborsRegressor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function testWithDataset(
5151
atol: 0,
5252
rtol: 0.01
5353
})
54-
}, 60_000)
54+
}, 600_000)
5555
}
5656

5757
for (const algorithm of [

0 commit comments

Comments
 (0)