# HG changeset patch # User Tom Rodriguez # Date 1431363981 25200 # Node ID 21607a6101eb165392586ceffda88391a12c762b # Parent 9f6733155647d3096b1fa38f9e26d35b43e54186 Increase timeout for test diff -r 9f6733155647 -r 21607a6101eb 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 Sat May 09 12:35:54 2015 +0200 +++ b/graal/com.oracle.graal.truffle.test/src/com/oracle/graal/truffle/test/BytecodeInterpreterPartialEvaluationTest.java Mon May 11 10:06:21 2015 -0700 @@ -269,7 +269,7 @@ assertPartialEvalEqualsAndRunsCorrect(new Program("nestedLoopsProgram", bytecodes, 0, 6)); } - @Test(timeout = 1000) + @Test(timeout = 2000) public void manyIfsProgram() { byte[] bytecodes = new byte[]{ /* 0: */Bytecode.CONST,