1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

Increase delay to let autoreconf have time to produce all files

Change-Id: I60a376028407f2c1e9c1241918e352dde8867a43
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/38172
This commit is contained in:
Marc Khouzam 2014-12-12 12:45:12 -05:00
parent 0de7dec295
commit c4ea834fd6

View file

@ -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" };