Skip to content

Commit

Permalink
[CHORE] Additional fixes for nightly tests (#2936)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzwang committed Sep 25, 2024
1 parent 412dfbc commit c84940e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/property-based-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion tutorials/image_querying/top_n_red_color.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c84940e

Please sign in to comment.