Skip to content

Commit

Permalink
Increase individual test timeout from 10 min to 20 min
Browse files Browse the repository at this point in the history
Each test's timeout limit is multiplied by the time factor value. One
base time limit is 10 minutes, increase it to 20 minutes.

Signed-off-by: Jason Feng <fengj@ca.ibm.com>
  • Loading branch information
JasonFengJ9 committed Jan 19, 2021
1 parent 3849236 commit b931051
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 b931051

Please sign in to comment.