Skip to content

Commit

Permalink
bugfix: Resolve CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
suxb201 committed Sep 27, 2023
1 parent 3fbbb9a commit b0bb6b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/cases/sync.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import time

import pybbt as p

import helpers as h
Expand All @@ -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)
Expand Down

0 comments on commit b0bb6b4

Please sign in to comment.