mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8301200: Don't scale timeout stress with timeout factor
Reviewed-by: lkorinth
(cherry picked from commit 6397cb611a)
This commit is contained in:
committed by
Vitaly Provodin
parent
c89619366f
commit
b58027e9bc
@@ -211,12 +211,12 @@ public class StressOptions {
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtain execution time in seconds adjusted for TIMEOUT_FACTOR.
|
||||
* Obtain execution time in seconds.
|
||||
*
|
||||
* @return time
|
||||
*/
|
||||
public long getTime() {
|
||||
return Utils.adjustTimeout(time);
|
||||
return time;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user