From d2ba1deac74ab320f8b9f157dd2944d810469f18 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 17 Apr 2024 14:55:11 +0200 Subject: [PATCH] Update .github/workflows/test-docs.yml Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com> --- .github/workflows/test-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index 49bdc03e..c6b392a4 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -46,7 +46,7 @@ jobs: env: DJANGO_SETTINGS_MODULE: 'umap.tests.settings' UMAP_SETTINGS: 'umap/tests/settings.py' - PLAYWRIGHT_TIMEOUT: '10000' + PLAYWRIGHT_TIMEOUT: '20000' lint: runs-on: ubuntu-latest steps: