Skip to content

Commit 417a8c3

Browse files
author
Matt Sokoloff
committed
remove sleep
1 parent bf7114e commit 417a8c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/bulk_import/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import uuid
2-
from time import sleep
32

43
import pytest
54

@@ -110,7 +109,6 @@ def configured_project(client, project, ontology, dataset):
110109
for _ in range(len(ontology['tools']) + len(ontology['classifications'])):
111110
dataset.create_data_row(row_data=IMG_URL)
112111
project.datasets.connect(dataset)
113-
sleep(1)
114112
yield project
115113

116114

0 commit comments

Comments
 (0)