Re-enable test and increase timeout (#6785)

This commit is contained in:
baijumeswani 2021-02-23 18:51:06 -08:00 committed by GitHub
parent 563218dcda
commit 65ba51d93e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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: