mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Re-enable test and increase timeout (#6785)
This commit is contained in:
parent
563218dcda
commit
65ba51d93e
2 changed files with 2 additions and 3 deletions
|
|
@ -89,8 +89,7 @@ def main():
|
|||
|
||||
run_ort_module_hf_bert_for_sequence_classification_from_pretrained(cwd, log, no_cuda=False, data_dir=args.bert_data)
|
||||
|
||||
# TODO: Re-enable when hang with no_cuda=True is fixed
|
||||
# run_ort_module_hf_bert_for_sequence_classification_from_pretrained(cwd, log, no_cuda=True, data_dir=args.bert_data)
|
||||
run_ort_module_hf_bert_for_sequence_classification_from_pretrained(cwd, log, no_cuda=True, data_dir=args.bert_data)
|
||||
|
||||
return 0
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
--cwd /build/RelWithDebInfo \
|
||||
displayName: 'Run orttraining_ortmodule_tests.py'
|
||||
condition: succeededOrFailed()
|
||||
timeoutInMinutes: 30
|
||||
timeoutInMinutes: 60
|
||||
|
||||
- template: templates/component-governance-component-detection-steps.yml
|
||||
parameters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue