Skip to content
Snippets Groups Projects
Commit 22ee324a authored by cramakri's avatar cramakri
Browse files

MINOR: Increased timeouts on the tests.

SVN: 14268
parent 6dfbd4f9
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
......@@ -71,7 +71,7 @@ public class GenericDataSetViewerTest extends AbstractGWTTestCase
remoteConsole.prepare(checkDataSet);
launchTest(50 * SECOND);
launchTest(DEFAULT_TIMEOUT);
}
public final void testShowExperimentDataSetWithParents()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment