From 3c1cb20b0659e91e9e4e3df9e6ac531820fe94a8 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 25 Oct 2022 14:23:04 +0300 Subject: [PATCH] Increase timeout by x10 There are tests timing out on riscv64. Signed-off-by: David Abdurachmanov --- llhttp.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llhttp.spec b/llhttp.spec index 042378b..9150ea1 100644 --- a/llhttp.spec +++ b/llhttp.spec @@ -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