# HG changeset patch # User Thomas Wuerthinger # Date 1425042135 -3600 # Node ID 34e984e9560e0efeb2aadfdd3b79e8a12b65a7e3 # Parent d4c47c9d8ae4760a50fc9153a2bd9ca4696ae07a Add test timeout for long if cascade test. diff -r d4c47c9d8ae4 -r 34e984e9560e graal/com.oracle.graal.truffle.test/src/com/oracle/graal/truffle/test/BytecodeInterpreterPartialEvaluationTest.java --- a/graal/com.oracle.graal.truffle.test/src/com/oracle/graal/truffle/test/BytecodeInterpreterPartialEvaluationTest.java Fri Feb 27 14:01:18 2015 +0100 +++ b/graal/com.oracle.graal.truffle.test/src/com/oracle/graal/truffle/test/BytecodeInterpreterPartialEvaluationTest.java Fri Feb 27 14:02:15 2015 +0100 @@ -154,7 +154,7 @@ assertPartialEvalEquals("constant42", new Program(bytecodes, 0, 3)); } - @Test + @Test(timeout = 1000) public void simpleProgramWithManyIfs() { byte[] bytecodes = new byte[]{ /* 0: */Bytecode.CONST,