Skip to content

Commit fc14620

Browse files
authored
Merge pull request #498 from Labelbox/jt/update_conf_ont
Integration Tests - Update Configured Project with Sleep
2 parents 20ebba6 + 975abd5 commit fc14620

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@ def configured_project_with_label(client, rand_gen, image_url, project, dataset,
256256
Tool(tool=Tool.Type.BBOX, name="test-bbox-class"),
257257
])
258258
project.setup(editor, ontology_builder.asdict())
259+
#TODO: ontology may not be synchronous after setup. remove sleep when api is more consistent
260+
time.sleep(2)
261+
259262
ontology = ontology_builder.from_project(project)
260263
predictions = [{
261264
"uuid": str(uuid.uuid4()),

0 commit comments

Comments
 (0)