Skip to content

Commit

Permalink
Add extra timeout to LGV test to help address #1746
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Mar 1, 2021
1 parent d59bbfa commit 4de4374
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe('valid file tests', () => {
const { findByTestId, findAllByText } = render(
<JBrowse pluginManager={pluginManager} />,
)
await findAllByText('ctgA')
await findAllByText('ctgA', {}, { timeout: 10000 })
const before = state.session.views[0].bpPerPx
fireEvent.click(await findByTestId('zoom_in'))
await waitFor(
Expand Down

0 comments on commit 4de4374

Please sign in to comment.