Increase timeout by x10

There are tests timing out on riscv64.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-10-25 14:23:04 +03:00
parent ed346894d1
commit 3c1cb20b06
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@
Name: llhttp
Version: 6.0.10
%global so_version 6.0
Release: %autorelease
Release: %autorelease -e 0.riscv64
Summary: Port of http_parser to llparse
# License of llhttp is (SPDX) MIT; nothing from the NodeJS dependency bundle is
@ -153,6 +153,7 @@ popd
# See scripts.mocha in package.json:
NODE_ENV=test CLANG=gcc ./node_modules/.bin/mocha \
-r ts-node/register/type-check \
-t 600000 \
test/*-test.ts