From f5acbc724a34772ea08de19d7096e710d8558ba9 Mon Sep 17 00:00:00 2001 From: kushalkolar Date: Tue, 21 Jan 2025 02:01:06 -0500 Subject: [PATCH 1/3] update screenshot --- .../notebooks/screenshots/nb-image-widget-movie-set_data.png | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/notebooks/screenshots/nb-image-widget-movie-set_data.png b/examples/notebooks/screenshots/nb-image-widget-movie-set_data.png index 8fdf2fd89..8c353442a 100644 --- a/examples/notebooks/screenshots/nb-image-widget-movie-set_data.png +++ b/examples/notebooks/screenshots/nb-image-widget-movie-set_data.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1faa3db006aa7f9d41757564783cef67d1a906dc67bca045c2c30501a86306c2 -size 43947 +oid sha256:4d8563587c4f642d5e4edb34f41b569673d7ea71bcbafdb734369272776baeef +size 62316 From 94a5d609028115c521623ed3693c1f4c7269e54f Mon Sep 17 00:00:00 2001 From: Kushal Kolar Date: Tue, 21 Jan 2025 02:30:08 -0500 Subject: [PATCH 2/3] I am too restrictive lol --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 097a23475..54a7d25a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: test-build-full: name: Test Linux runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 15 if: ${{ !github.event.pull_request.draft }} strategy: fail-fast: false From c3898c2d7ac1db53c5584ebdcc20cc5e1014caff Mon Sep 17 00:00:00 2001 From: Kushal Kolar Date: Tue, 21 Jan 2025 02:54:20 -0500 Subject: [PATCH 3/3] fine 25 min timeout --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54a7d25a1..472d81dd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: test-build-full: name: Test Linux runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 25 if: ${{ !github.event.pull_request.draft }} strategy: fail-fast: false