Skip to content

Commit 9bae9ca

Browse files
committed
Increase timeout for 'update' test in lppool test suite
1 parent af8f104 commit 9bae9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/model/nns/layer/lppool.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ describe('layer', () => {
311311
})
312312

313313
describe('nn', () => {
314-
test('update', { retry: 3 }, () => {
314+
test('update', { retry: 3, timeout: 10000 }, () => {
315315
const net = NeuralNetwork.fromObject(
316316
[
317317
{ type: 'input' },

0 commit comments

Comments
 (0)