From b0bb6b4c937cf8e8b5ee7cb510a803e60f67a850 Mon Sep 17 00:00:00 2001 From: suxb201 Date: Wed, 27 Sep 2023 17:32:26 +0800 Subject: [PATCH] bugfix: Resolve CI issues --- tests/cases/sync.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/cases/sync.py b/tests/cases/sync.py index dfd4f41..6d5df06 100644 --- a/tests/cases/sync.py +++ b/tests/cases/sync.py @@ -1,3 +1,5 @@ +import time + import pybbt as p import helpers as h @@ -23,6 +25,7 @@ def test(src, dst): # wait sync done p.ASSERT_TRUE_TIMEOUT(lambda: shake.is_consistent()) p.log(shake.get_status()) + time.sleep(5) # check data inserter.check_data(src, cross_slots_cmd=cross_slots_cmd)