You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/11/18 13:39:49 UTC

[hop] branch master updated: HOP-4550: increase wait times again

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a34ada0df HOP-4550: increase wait times again
     new 88124a3f3c Merge pull request #1812 from hansva/master
9a34ada0df is described below

commit 9a34ada0df12c7fc32405dabd9c2070c47a738ec
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Fri Nov 18 14:35:51 2022 +0100

    HOP-4550: increase wait times again
---
 .../hopweb/src/test/java/org/apache/hop/ui/hopgui/HopWebTest.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-tests/hopweb/src/test/java/org/apache/hop/ui/hopgui/HopWebTest.java b/integration-tests/hopweb/src/test/java/org/apache/hop/ui/hopgui/HopWebTest.java
index ebf5e22abd..65c410814e 100644
--- a/integration-tests/hopweb/src/test/java/org/apache/hop/ui/hopgui/HopWebTest.java
+++ b/integration-tests/hopweb/src/test/java/org/apache/hop/ui/hopgui/HopWebTest.java
@@ -59,9 +59,9 @@ public class HopWebTest {
 
     private static int MARGIN_TOP = 35;
     private static int MARGIN_LEFT = 10;
-    private static int WAIT_SHORT = 1000;
+    private static int WAIT_SHORT = 2000;
     private static int WAIT_MEDIUM = 1000;
-    private static int WAIT_LONG = 3000;
+    private static int WAIT_LONG = 5000;
     private static int WAIT_VERY_LONG = 5000;
     private static WebDriver driver;
     private static Actions actions;