Skip to content

Commit 2535e2d

Browse files
Merge 25.3 to develop
2 parents 8635897 + d2f7169 commit 2535e2d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

luminex/test/src/org/labkey/test/tests/luminex/LuminexUploadAndLinkTest.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,14 @@ public void testUploadAndLink()
240240
clickButton("Next", 60000);
241241
clickButton("Save and Finish");
242242

243+
// try forcing an immediate stats update to prompt a better query plan selection - hopefully avoids test timeouts
244+
startSystemMaintenance("Database");
245+
waitForSystemMaintenanceCompletion();
246+
247+
// return to the assay runs page
248+
goToProjectHome(TEST_ASSAY_PRJ_LUMINEX);
249+
clickAndWait(Locator.linkWithText(TEST_ASSAY_LUM));
250+
243251
clickAndWait(Locator.linkWithText("raw and summary"), longWaitForPage);
244252
// make sure the Summary, StdDev, and DV columns are visible
245253
_customizeViewsHelper.openCustomizeViewPanel();

0 commit comments

Comments
 (0)