We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8635897 + d2f7169 commit 2535e2dCopy full SHA for 2535e2d
1 file changed
luminex/test/src/org/labkey/test/tests/luminex/LuminexUploadAndLinkTest.java
@@ -240,6 +240,14 @@ public void testUploadAndLink()
240
clickButton("Next", 60000);
241
clickButton("Save and Finish");
242
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
251
clickAndWait(Locator.linkWithText("raw and summary"), longWaitForPage);
252
// make sure the Summary, StdDev, and DV columns are visible
253
_customizeViewsHelper.openCustomizeViewPanel();
0 commit comments