Add timeout to unit test due to highlight non-termination of prediction algorithm without resorting to @Ignore
This commit is contained in:
parent
2080be8a14
commit
61b872377c
|
@ -121,7 +121,8 @@ public class TestFullContextParsing extends BaseTest {
|
|||
this.stderrDuringParse);
|
||||
}
|
||||
|
||||
@Test public void testSLLSeesEOFInLLGrammar() {
|
||||
@Test(timeout = 5000)
|
||||
public void testSLLSeesEOFInLLGrammar() {
|
||||
String grammar =
|
||||
"grammar T;\n"+
|
||||
"s @after {dumpDFA();}\n" +
|
||||
|
|
Loading…
Reference in New Issue