diff --git a/test/frontend/helpers/pluto.js b/test/frontend/helpers/pluto.js index b2360f79a0..93a7717ee6 100644 --- a/test/frontend/helpers/pluto.js +++ b/test/frontend/helpers/pluto.js @@ -164,7 +164,10 @@ const waitForPlutoBusy = async (page, iWantBusiness, options) => { return iWantBusiness ? !quiet : quiet }, - options, + { + timeout: 60000, + ...options, + }, iWantBusiness ) } catch (e) {