Skip to content

Commit 884bbdf

Browse files
committed
Attempt to fix test timing
1 parent b570b31 commit 884bbdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ private By getVariantWithinTrack(String trackId, String variantText, boolean wai
131131
waitForElement(l);
132132
}
133133

134+
// Not ideal, but this might fix intermittent failures due to loading
135+
sleep(100);
136+
134137
return By.xpath(l.toXpath());
135138
}
136139

0 commit comments

Comments
 (0)