diff --git a/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh b/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh index 57cbc231201..06df7b36f7d 100755 --- a/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh +++ b/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh @@ -193,7 +193,7 @@ and not test_numpy_ufuncs_basic[nullable_float-arctanh] \ and not test_numpy_ufuncs_basic[nullable_float-deg2rad] \ and not test_numpy_ufuncs_basic[nullable_float-rad2deg]" -PANDAS_CI="1" python -m pytest -p cudf.pandas \ +PANDAS_CI="1" timeout 30m python -m pytest -p cudf.pandas \ -v -m "not single_cpu and not db" \ -k "not test_overwrite_warns and not test_complex_series_frame_alignment and not test_to_parquet_gcs_new_file and not test_qcut_nat and not test_add and not test_ismethods and $TEST_NUMPY_UFUNCS_BASIC_FLAKY" \ --import-mode=importlib \