Skip to content

Commit

Permalink
Increase timeouts of webview tests (#4928)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephanie Roy <[email protected]>
  • Loading branch information
mattseddon and sroy3 committed Oct 30, 2023
1 parent 7a34553 commit 65cb8e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extension/src/test/suite/plots/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ suite('Plots Test Suite', () => {
RegisteredCommands.PLOTS_CUSTOM_REMOVE,
dvcDemoPath
)
})
}).timeout(WEBVIEW_TEST_TIMEOUT)

it('should handle an update smooth plot values message from the webview', async () => {
const { mockMessageReceived, plotsModel } = await buildPlotsWebview({
Expand Down Expand Up @@ -1231,7 +1231,7 @@ suite('Plots Test Suite', () => {
multiImg.path,
5
)
})
}).timeout(WEBVIEW_TEST_TIMEOUT)

it('should handle an add plot message from the webview', async () => {
const { mockMessageReceived } = await buildPlotsWebview({
Expand All @@ -1249,7 +1249,7 @@ suite('Plots Test Suite', () => {
RegisteredCommands.ADD_PLOT,
dvcDemoPath
)
})
}).timeout(WEBVIEW_TEST_TIMEOUT)

it('should handle the CLI throwing an error', async () => {
const { data, errorsModel, mockPlotsDiff, plots, plotsModel } =
Expand Down

0 comments on commit 65cb8e5

Please sign in to comment.