Skip to content

Commit

Permalink
tweak frontend test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Aug 13, 2024
1 parent 7da9097 commit b17218f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/frontend/helpers/pluto.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,10 @@ const waitForPlutoBusy = async (page, iWantBusiness, options) => {

return iWantBusiness ? !quiet : quiet
},
options,
{
timeout: 60000,
...options,
},
iWantBusiness
)
} catch (e) {
Expand Down

0 comments on commit b17218f

Please sign in to comment.