From 65beccda0c0174501240eaac38a3595828d53442 Mon Sep 17 00:00:00 2001 From: Rohit Kumar Srivastava Date: Wed, 3 Feb 2021 12:00:09 -0800 Subject: [PATCH] removing forked and adding overall timeout for 2 hrs (#19792) Co-authored-by: Rohit Kumar Srivastava --- ci/docker/runtime_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh index c95455c784af..cfff03140bb6 100755 --- a/ci/docker/runtime_functions.sh +++ b/ci/docker/runtime_functions.sh @@ -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