tests: Reduce sleep in regression/tools/clear/test_ust
authorKienan Stewart <kstewart@efficios.com>
Thu, 31 Aug 2023 17:23:12 +0000 (13:23 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 21 Dec 2023 21:38:35 +0000 (16:38 -0500)
commitfd6ecee841f0fd100c01975f1facb2c5406f9df5
tree23d62d8712d0717770d0f36d48e6d3d4d9d7a639
parent2a69bf1437eb7e81979a1410b1a66a960b52caeb
tests: Reduce sleep in regression/tools/clear/test_ust

Motivation
==========

This test is one of the longer running non-kernel
non-destructive tests, taking ~7 minutes to run
in my development environment.

Solution
========

By reducing the the sleeps from a half second to a tenth of a second,
the test passes from 364.0s to 309.1s.

Known drawbacks
===============

None

Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ibe6c37d474edf5ca118c82669e073089d888ff84
tests/regression/tools/clear/test_ust
tests/utils/utils.sh
This page took 0.024239 seconds and 4 git commands to generate.