From 22ee324a9d1ec570b7a6686546309fbb3b576ea1 Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Wed, 13 Jan 2010 09:16:43 +0000
Subject: [PATCH] MINOR: Increased timeouts on the tests.

SVN: 14268
---
 .../client/web/client/application/VocabularyBrowserTest.java    | 2 +-
 .../client/application/dataset/GenericDataSetViewerTest.java    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/VocabularyBrowserTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/VocabularyBrowserTest.java
index c2bbab5d85e..84e2958da78 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/VocabularyBrowserTest.java
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/VocabularyBrowserTest.java
@@ -59,7 +59,7 @@ public class VocabularyBrowserTest extends AbstractGWTTestCase
         loginAndInvokeAction(ActionMenuKind.VOCABULARY_MENU_BROWSE);
         showControlledVocabularyTerms(remoteConsole, VOCABULARY_CODE, 5, "FLY", "GORILLA", "HUMAN");
 
-        launchTest(20000);
+        launchTest(DEFAULT_TIMEOUT);
     }
 
     public static void showControlledVocabularyTerms(RemoteConsole remoteConsole,
diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/dataset/GenericDataSetViewerTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/dataset/GenericDataSetViewerTest.java
index acd213fd6d1..40d01fd0d0e 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/dataset/GenericDataSetViewerTest.java
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/dataset/GenericDataSetViewerTest.java
@@ -71,7 +71,7 @@ public class GenericDataSetViewerTest extends AbstractGWTTestCase
 
         remoteConsole.prepare(checkDataSet);
 
-        launchTest(50 * SECOND);
+        launchTest(DEFAULT_TIMEOUT);
     }
 
     public final void testShowExperimentDataSetWithParents()
-- 
GitLab