From c4ea834fd69069cd76263bd92b256bf93e50d166 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Fri, 12 Dec 2014 12:45:12 -0500 Subject: [PATCH] Increase delay to let autoreconf have time to produce all files Change-Id: I60a376028407f2c1e9c1241918e352dde8867a43 Signed-off-by: Marc Khouzam Reviewed-on: https://git.eclipse.org/r/38172 --- .../src/org/eclipse/cdt/autotools/ui/tests/TestToolActions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/org.eclipse.cdt.autotools.ui.tests/src/org/eclipse/cdt/autotools/ui/tests/TestToolActions.java b/build/org.eclipse.cdt.autotools.ui.tests/src/org/eclipse/cdt/autotools/ui/tests/TestToolActions.java index 1d0a5a7b2e6..f0ddf311daf 100644 --- a/build/org.eclipse.cdt.autotools.ui.tests/src/org/eclipse/cdt/autotools/ui/tests/TestToolActions.java +++ b/build/org.eclipse.cdt.autotools.ui.tests/src/org/eclipse/cdt/autotools/ui/tests/TestToolActions.java @@ -321,7 +321,7 @@ public class TestToolActions extends AbstractTest { bot.button("OK").click(); // We need to wait until the Makefile.in file is created so // sleep a bit and look for it - bot.sleep(3000); + bot.sleep(5000); // Verify a number of generated files now exist String[] fileList = { "Makefile.in", "src/Makefile.in", "configure", "config.sub" };