From 381d57c7583591f904a80e50a64769df51ef25ad Mon Sep 17 00:00:00 2001 From: labkey-jeckels Date: Tue, 17 Jun 2025 09:27:59 -0700 Subject: [PATCH] Shorten timeout to hopefully get a thread dump --- .../labkey/test/tests/assay/AssayTransformImportUpdateTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/labkey/test/tests/assay/AssayTransformImportUpdateTest.java b/src/org/labkey/test/tests/assay/AssayTransformImportUpdateTest.java index f05392870b..d8bf8381a6 100644 --- a/src/org/labkey/test/tests/assay/AssayTransformImportUpdateTest.java +++ b/src/org/labkey/test/tests/assay/AssayTransformImportUpdateTest.java @@ -286,7 +286,7 @@ public void testCancelAsyncAssayTransformJob() throws Exception Instant before = Instant.now(); importPage.clickSaveAndFinish(); - waitAndClickAndWait(Locator.linkWithText("Assay upload RUNNING")); + waitAndClick(WAIT_FOR_JAVASCRIPT, Locator.linkWithText("Assay upload RUNNING"), WAIT_FOR_JAVASCRIPT); PipelineStatusDetailsPage pipelineStatusDetailsPage = new PipelineStatusDetailsPage(getDriver()); pipelineStatusDetailsPage.clickCancel();