Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
removing forked and adding overall timeout for 2 hrs (#19792)
Browse files Browse the repository at this point in the history
Co-authored-by: Rohit Kumar Srivastava <[email protected]>
  • Loading branch information
access2rohit and Rohit Kumar Srivastava authored Feb 3, 2021
1 parent 25c25da commit 65beccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ nightly_test_large_tensor() {
set -ex
export PYTHONPATH=./python/
export DMLC_LOG_STACK_TRACE_DEPTH=100
pytest --forked tests/nightly/test_np_large_array.py
pytest -s --exitfirst --verbose --timeout=7200 tests/nightly/test_np_large_array.py
}

#Tests Model backwards compatibility on MXNet
Expand Down

0 comments on commit 65beccd

Please sign in to comment.