autotest: Drop unit from the sleep
This makes it compatible with the FreeBSD version. Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: I99707f07f8a74e5ca90074bfc69bdaa524ed2ad4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10207 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
d2d55a0359
commit
ea81ed5dbb
@ -657,7 +657,7 @@ function process_core() {
|
||||
# don't wait since all the tests ended successfully, hence having any
|
||||
# critical cores lying around is unlikely.
|
||||
local es=$?
|
||||
((es != 0)) && sleep 5s
|
||||
((es != 0)) && sleep 5
|
||||
|
||||
local coredumps core
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user