From b17218f51fa32615decf6c036fa1122f9da1ea43 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Tue, 13 Aug 2024 12:37:43 +0200 Subject: [PATCH] tweak frontend test timeout --- test/frontend/helpers/pluto.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) {