Skip to content

Commit d2a849b

Browse files
committed
test: sleep after group creation
1 parent d2cb5fd commit d2a849b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/functional/python_test_v4.py

+2
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@
258258
group3 = gl.groups.create({"name": "group3", "path": "group3", "parent_id": p_id})
259259
group4 = gl.groups.create({"name": "group4", "path": "group4"})
260260

261+
time.sleep(5)
262+
261263
assert len(gl.groups.list()) == 4
262264
assert len(gl.groups.list(search="oup1")) == 1
263265
assert group3.parent_id == p_id

0 commit comments

Comments
 (0)