From c84940ea4ed02778738eb0309b092c08a78be36f Mon Sep 17 00:00:00 2001 From: Kev Wang Date: Wed, 25 Sep 2024 16:41:32 -0700 Subject: [PATCH] [CHORE] Additional fixes for nightly tests (#2936) --- .github/workflows/property-based-tests.yml | 2 +- tutorials/image_querying/top_n_red_color.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/property-based-tests.yml b/.github/workflows/property-based-tests.yml index ebbaecd04b..b004b3fe31 100644 --- a/.github/workflows/property-based-tests.yml +++ b/.github/workflows/property-based-tests.yml @@ -11,7 +11,7 @@ env: jobs: test: runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 30 strategy: fail-fast: false matrix: diff --git a/tutorials/image_querying/top_n_red_color.ipynb b/tutorials/image_querying/top_n_red_color.ipynb index 0b0274beb6..a2fe0bab28 100644 --- a/tutorials/image_querying/top_n_red_color.ipynb +++ b/tutorials/image_querying/top_n_red_color.ipynb @@ -395,7 +395,7 @@ "outputs": [], "source": [ "import numpy as np\n", - "import PIL\n", + "import PIL.Image\n", "from PIL import ImageFilter\n", "\n", "\n",