Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Oct 3, 2023
1 parent c00c3f1 commit dc87455
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ popd

rapids-logger "pytest cugraph"
pushd python/cugraph/cugraph
export DASK_WORKER_DEVICES="0"
DASK_WORKER_DEVICES="0" \
DASK_DISTRIBUTED__SCHEDULER__WORKER_TTL="10s" \
DASK_DISTRIBUTED__COMM__TIMEOUTS__CONNECT="10s" \
DASK_CUDA_WAIT_WORKERS_MIN_TIMEOUT=20 \
pytest \
-v \
--benchmark-disable \
Expand Down

0 comments on commit dc87455

Please sign in to comment.