diff options
author | Rod Smith <rod.smith@canonical.com> | 2019-01-07 10:01:15 -0500 |
---|---|---|
committer | Rod Smith <rod.smith@canonical.com> | 2019-01-07 10:01:15 -0500 |
commit | efc78dd0509e6e915ffb3b988c80d85e84f54d74 (patch) | |
tree | 9b637c8068ccc068428e6ed3bedbf0d97116b24b /bin | |
parent | cc59c96e0034014251296d6210b59353ed09b61d (diff) |
Updated comment to match new timeout figure
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/memory_stress_ng | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/memory_stress_ng b/bin/memory_stress_ng index 450a3191..905ed504 100755 --- a/bin/memory_stress_ng +++ b/bin/memory_stress_ng @@ -70,7 +70,7 @@ get_params() { # had_error -- sets to "1" if an error occurred run_stressor() { local runtime="$2" - # Add 50% to runtime; will forcefully terminate if stress-ng + # Double runtime; will forcefully terminate if stress-ng # fails to return in that time. end_time=$((runtime*2)) echo "Running stress-ng $1 stressor for $2 seconds...." |