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
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Kumar Srivastava committed Feb 2, 2021
1 parent 49edbfc commit ae1f7fd
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 --timeout=7200 tests/nightly/test_np_large_array.py
}

#Tests Model backwards compatibility on MXNet
Expand Down

0 comments on commit ae1f7fd

Please sign in to comment.