mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-02 03:55:34 +00:00
[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:
parent
54d5e86981
commit
feed5da435
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
- job: build_onnxruntime_web_windows
|
||||
pool:
|
||||
vmImage: windows-2019
|
||||
timeoutInMinutes: 30
|
||||
timeoutInMinutes: 60
|
||||
workspace:
|
||||
clean: all
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue