changeset 21285:61c8fbd13cfc

removed unnecessary timeout from Thread_isInterrupted04
author Doug Simon <doug.simon@oracle.com>
date Mon, 11 May 2015 12:43:28 +0200
parents 7740cda9380c
children 25191b864d27
files graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/threads/Thread_isInterrupted04.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/threads/Thread_isInterrupted04.java	Mon May 11 12:40:46 2015 +0200
+++ b/graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/threads/Thread_isInterrupted04.java	Mon May 11 12:43:28 2015 +0200
@@ -67,7 +67,7 @@
 
     }
 
-    @Test(timeout = 20000)
+    @Test
     public void run0() throws Throwable {
         runTest("test");
     }