mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
Increased test time in AST2Tests.test195943().
This commit is contained in:
parent
702729fe1c
commit
a54c25f473
1 changed files with 1 additions and 1 deletions
|
@ -3896,7 +3896,7 @@ public class AST2Tests extends AST2BaseTest {
|
|||
long time= System.currentTimeMillis();
|
||||
parse(buffer.toString(), ParserLanguage.CPP);
|
||||
parse( buffer.toString(), ParserLanguage.C);
|
||||
assertTrue(System.currentTimeMillis()-time < 1000);
|
||||
assertTrue(System.currentTimeMillis()-time < 2000);
|
||||
}
|
||||
|
||||
// int array[12]= {};
|
||||
|
|
Loading…
Add table
Reference in a new issue