Skip to content
Snippets Groups Projects
Commit 6e93acc2 authored by Matthias Baesken's avatar Matthias Baesken
Browse files

8301200: Don't scale timeout stress with timeout factor

Backport-of: 6397cb611a95be5ed86b95d039a2c389f4304281
parent aa751966
No related branches found
No related tags found
No related merge requests found
...@@ -211,12 +211,12 @@ public class StressOptions { ...@@ -211,12 +211,12 @@ public class StressOptions {
} }
/** /**
* Obtain execution time in seconds adjusted for TIMEOUT_FACTOR. * Obtain execution time in seconds.
* *
* @return time * @return time
*/ */
public long getTime() { public long getTime() {
return Utils.adjustTimeout(time); return time;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment