Skip to content

Commit 57f32f2

Browse files
author
MarcoGorelli
committed
timeout
1 parent 280fbf6 commit 57f32f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/32-bit-linux.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@ jobs:
3939
. ~/virtualenvs/pandas-dev/bin/activate && \
4040
python -m pip install --no-deps -U pip wheel 'setuptools<60.0.0' && \
4141
python -m pip install versioneer[toml] && \
42+
python -m pip install pytest-timeout && \
4243
python -m pip install cython numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio>=0.17 hypothesis && \
4344
python setup.py build_ext -q -j1 && \
4445
python -m pip install --no-build-isolation --no-use-pep517 -e . && \
4546
python -m pip list && \
4647
export PANDAS_CI=1 && \
47-
pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml"
48+
pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml --timeout 1000"
4849
4950
- name: Publish test results for Python 3.8-32 bit full Linux
5051
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)