aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/linux-sandbox_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/integration/linux-sandbox_test.sh')
-rwxr-xr-xsrc/test/shell/integration/linux-sandbox_test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/shell/integration/linux-sandbox_test.sh b/src/test/shell/integration/linux-sandbox_test.sh
index 7352ab9d72..84a618bbea 100755
--- a/src/test/shell/integration/linux-sandbox_test.sh
+++ b/src/test/shell/integration/linux-sandbox_test.sh
@@ -261,15 +261,15 @@ function assert_linux_sandbox_exec_time() {
}
function test_stats_high_user_time() {
- assert_linux_sandbox_exec_time 6 11 0 5
+ assert_linux_sandbox_exec_time 10 19 0 9
}
function test_stats_high_system_time() {
- assert_linux_sandbox_exec_time 0 5 6 11
+ assert_linux_sandbox_exec_time 0 9 10 19
}
function test_stats_high_user_time_and_high_system_time() {
- assert_linux_sandbox_exec_time 6 11 6 11
+ assert_linux_sandbox_exec_time 10 19 10 19
}
# The test shouldn't fail if the environment doesn't support running it.