diff --git a/qemu/tests/block_stream_reboot.py b/qemu/tests/block_stream_reboot.py index 80dc5f541358d2725ce704414fdb676f3a98bc35..8cef9169d90f1155ab07aefe97fa72f11cff3763 100644 --- a/qemu/tests/block_stream_reboot.py +++ b/qemu/tests/block_stream_reboot.py @@ -1,3 +1,5 @@ +import time +import random from autotest.client.shared import error, utils from qemu.tests import blk_stream @@ -30,6 +32,7 @@ class BlockStreamReboot(blk_stream.BlockStream): bg.start() if bg.isAlive(): self.process.append(bg) + time.sleep(random.randint(25, 100)) def clean(self): """