Skip to content

Commit

Permalink
Merge pull request #395 from JasonFengJ9/increasetimeout
Browse files Browse the repository at this point in the history
Increase individual test timeout from 10 min to 20 min
  • Loading branch information
Mesbah-Alam authored Jan 23, 2021
2 parents 2319b94 + b931051 commit 7165bc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ public void jckConfigurationForMultijvmWithNoAgent(StfCoreExtension test) throws
throw new StfException("Unknown platform:: " + platform);
}
fileContent += "concurrency " + concurrencyString + ";\n";
fileContent += "timeoutfactor 1" + ";\n"; // java_awt and javax_management require more than 1h to finish tests
fileContent += "timeoutfactor 2" + ";\n"; // 2 base time limit equal 20 minutes
fileContent += keyword + ";\n";

if (platform.equals("win32")) {
Expand Down

0 comments on commit 7165bc1

Please sign in to comment.