We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d670e09 commit 7b1246aCopy full SHA for 7b1246a
ci/scripts/CI_ENV.sh
@@ -27,6 +27,9 @@ export PYTHONPYCACHEPREFIX=/tmp
27
export TRITON_CACHE_DIR=/tmp/.triton
28
export PYTEST_ADDOPTS='-o cache_dir=/tmp/.pytest_cache'
29
30
+# Some DDP test will cost more than 300s, set it to 600 avoid timeout error.
31
+export DISTRIBUTED_TESTS_DEFAULT_TIMEOUT=600
32
+
33
proxy_off
34
pip install -e .[all]
35
0 commit comments