Skip to content

Commit 438c7c8

Browse files
committed
Allow extra loading time for JBrowse data
1 parent 94b6f6e commit 438c7c8

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
@@ -128,7 +128,7 @@ private By getVariantWithinTrack(String trackId, String variantText, boolean wai
128128

129129
if (waitFor)
130130
{
131-
waitForElement(l);
131+
waitForElement(l, WAIT_FOR_JAVASCRIPT * 2);
132132
}
133133

134134
// Not ideal, but this might fix intermittent failures due to loading

0 commit comments

Comments
 (0)