mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +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:
parent
0de7dec295
commit
c4ea834fd6
1 changed files with 1 additions and 1 deletions
|
@ -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" };
|
||||
|
|
Loading…
Add table
Reference in a new issue