From e6b7b172016340589a7a543327d7dec53d3366dd Mon Sep 17 00:00:00 2001 From: Dan Caseley Date: Tue, 28 Jan 2025 16:52:28 +0000 Subject: [PATCH] fix: e2e race condition in scrollUntilVisible timeout test --- e2e/workspaces/demo_app/scrollUntilVisible_timeout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/workspaces/demo_app/scrollUntilVisible_timeout.yaml b/e2e/workspaces/demo_app/scrollUntilVisible_timeout.yaml index 41cdb74ea4..df587d5b10 100644 --- a/e2e/workspaces/demo_app/scrollUntilVisible_timeout.yaml +++ b/e2e/workspaces/demo_app/scrollUntilVisible_timeout.yaml @@ -10,4 +10,4 @@ tags: timeout: 1000 optional: true - evalScript: ${maestro.endTime = new Date()} -- assertTrue: ${maestro.endTime - maestro.startTime < 5000} # Far less than the 20000 default, but enough to allow for processing time +- assertTrue: ${maestro.endTime - maestro.startTime < 12000} # Far less than the 20000 default, but enough to allow for processing time