8208066: compiler/graalunit/JttThreadsTest.java failed with org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds

Reviewed-by: iignatyev
This commit is contained in:
Ekaterina Pavlova 2019-04-12 14:13:31 -07:00
parent f37ec83209
commit 894027aec4
2 changed files with 2 additions and 3 deletions

View File

@ -38,8 +38,6 @@ compiler/compilercontrol/jcmd/AddLogTest.java 8181753 generi
compiler/compilercontrol/mixed/RandomValidCommandsTest.java 8181753 generic-all
compiler/compilercontrol/mixed/RandomCommandsTest.java 8181753 generic-all
compiler/graalunit/JttThreadsTest.java 8208066 generic-all
compiler/jvmci/SecurityRestrictionsTest.java 8181837 generic-all
compiler/unsafe/UnsafeGetConstantField.java 8181833 generic-all

View File

@ -241,7 +241,8 @@ public class GraalUnitTestLauncher {
javaFlags.add("-ea");
// Make sure exception message is never null
javaFlags.add("-XX:-OmitStackTraceInFastThrow");
// set timeout factor based on jtreg harness settings
javaFlags.add("-Dgraaltest.timeout.factor=" + System.getProperty("test.timeout.factor", "1.0"));
// generate class path
ArrayList<String> graalJars = new ArrayList<String>(Arrays.asList(GRAAL_EXTRA_JARS));