Skip to content

Commit 446cbd2

Browse files
committed
Increase test wait
1 parent 00cbd18 commit 446cbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbrowse/test/src/org/labkey/test/tests/external/labModules/JBrowseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ private void testFullTextSearch() throws Exception
574574
// all
575575
// this should return 143 results. We can't make any other assumptions about the content
576576
String url = "/jbrowse/" + getProjectName() + "/luceneQuery.view?sessionId=" + sessionId + "&trackId=" + trackId + "&searchString=all&pageSize=143";
577-
beginAt(url);
577+
beginAt(url, WAIT_FOR_PAGE * 2);
578578
waitForText("data");
579579
waitAndClick(Locator.tagWithId("a", "rawdata-tab"));
580580
String jsonString = getText(Locator.tagWithClass("pre", "data"));

0 commit comments

Comments
 (0)