changeset 19621:34e984e9560e

Add test timeout for long if cascade test.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 27 Feb 2015 14:02:15 +0100
parents d4c47c9d8ae4
children 0e90dbf0b9fd
files graal/com.oracle.graal.truffle.test/src/com/oracle/graal/truffle/test/BytecodeInterpreterPartialEvaluationTest.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,