Skip to content

Commit 7b1246a

Browse files
committed
[Enhance] Increase DDP unit test timeout to 600s
1 parent d670e09 commit 7b1246a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/scripts/CI_ENV.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ export PYTHONPYCACHEPREFIX=/tmp
2727
export TRITON_CACHE_DIR=/tmp/.triton
2828
export PYTEST_ADDOPTS='-o cache_dir=/tmp/.pytest_cache'
2929

30+
# Some DDP test will cost more than 300s, set it to 600 avoid timeout error.
31+
export DISTRIBUTED_TESTS_DEFAULT_TIMEOUT=600
32+
3033
proxy_off
3134
pip install -e .[all]
3235

0 commit comments

Comments
 (0)