Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 31, 2023
1 parent 0f5f709 commit b80d471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/frontend/__tests__/wind_directions.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("wind_directions", () => {
page = await createPage(browser)
await page.goto(getPlutoUrl(), { waitUntil: "networkidle0" })

await importNotebook(page, "wind_directions.jl", { permissionToRunCode: true })
await importNotebook(page, "wind_directions.jl", { permissionToRunCode: true, timeout: 180 * 1000 })
await page.waitForTimeout(1000)
await waitForPlutoToCalmDown(page)
})
Expand Down

0 comments on commit b80d471

Please sign in to comment.