[js] loosen test timeout (#12427)

Losen the following test timeout:

1. "Test Web Multi-Browsers" stage in "ONNX Runtime Web CI Pipeline": 30min -> 60min
2. Node.js binding default per-case timeout: 30 sec -> 90 sec
This commit is contained in:
Yulong Wang 2022-08-02 19:01:19 -07:00 committed by GitHub
parent 54d5e86981
commit feed5da435
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1985,7 +1985,7 @@ def tvm_run_python_tests(build_dir, configs):
def run_nodejs_tests(nodejs_binding_dir):
args = ["npm", "test", "--", "--timeout=30000"]
args = ["npm", "test", "--", "--timeout=90000"]
if is_windows():
args = ["cmd", "/c"] + args
run_subprocess(args, cwd=nodejs_binding_dir)

View file

@ -7,7 +7,7 @@ jobs:
- job: build_onnxruntime_web_windows
pool:
vmImage: windows-2019
timeoutInMinutes: 30
timeoutInMinutes: 60
workspace:
clean: all
steps: