Skip to content

Commit

Permalink
Increase plot webview test timeout (#4923)
Browse files Browse the repository at this point in the history
  • Loading branch information
julieg18 committed Oct 27, 2023
1 parent e0089f3 commit 23f63b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/test/suite/plots/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ suite('Plots Test Suite', () => {
templatePlot.id,
0.5
)
})
}).timeout(WEBVIEW_TEST_TIMEOUT)

it('should handle an update comparison multi plot value message from the webview', async () => {
const { mockMessageReceived, plotsModel } = await buildPlotsWebview({
Expand Down

0 comments on commit 23f63b8

Please sign in to comment.