From 2b948afb7367717d6beec24f8440439ad1b18550 Mon Sep 17 00:00:00 2001 From: Bob Zhao Date: Fri, 11 Oct 2024 16:01:02 -0400 Subject: [PATCH] increase timeout --- containers/tefca-viewer/e2e/query_workflow.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/containers/tefca-viewer/e2e/query_workflow.spec.ts b/containers/tefca-viewer/e2e/query_workflow.spec.ts index d4282b898..74452d542 100644 --- a/containers/tefca-viewer/e2e/query_workflow.spec.ts +++ b/containers/tefca-viewer/e2e/query_workflow.spec.ts @@ -122,6 +122,7 @@ test.describe("querying with the TryTEFCA viewer", () => { test("query using form-fillable demo patient by phone number", async ({ page, }) => { + test.slow(); await page.getByRole("button", { name: "Go to the demo" }).click(); await page.getByLabel("Query", { exact: true }).selectOption("syphilis"); @@ -150,6 +151,7 @@ test.describe("querying with the TryTEFCA viewer", () => { test("social determinants query with generalized function", async ({ page, }) => { + test.slow(); await page.getByRole("button", { name: "Go to the demo" }).click(); await page .getByLabel("Query", { exact: true })