From a92084019d4ed04ba974028ef923092de180119d Mon Sep 17 00:00:00 2001 From: Maximilian Schulz <83698606+maxschulz-COL@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:45:29 +0100 Subject: [PATCH] [CI] Final tests on main (#835) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- tools/pycafe/create_pycafe_links.py | 2 +- vizro-core/examples/scratch_dev/app.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pycafe/create_pycafe_links.py b/tools/pycafe/create_pycafe_links.py index 0b7bcce15..1a9ac7be2 100644 --- a/tools/pycafe/create_pycafe_links.py +++ b/tools/pycafe/create_pycafe_links.py @@ -64,7 +64,7 @@ def generate_link(directory: str, extra_requirements: Optional[list[str]] = None ) # App file - app_content = requests.get(f"{base_url}/app.py").text + app_content = requests.get(f"{base_url}/app.py", timeout=10).text app_content_split = app_content.split('if __name__ == "__main__":') if len(app_content_split) > 1: app_content = app_content_split[0] + textwrap.dedent(app_content_split[1]) diff --git a/vizro-core/examples/scratch_dev/app.py b/vizro-core/examples/scratch_dev/app.py index b3d6b23e9..db0b4bb68 100644 --- a/vizro-core/examples/scratch_dev/app.py +++ b/vizro-core/examples/scratch_dev/app.py @@ -28,7 +28,7 @@ page = vm.Page( - title="Test New XXXXXX change", + title="Test New ZZZZZZZ", components=[ vm.Graph( figure=px.bar(