Skip to content

Commit e1551eb

Browse files
committed
update to test case
1 parent 48e1634 commit e1551eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/test_project.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import json
2+
import time
23

34
import pytest
45
import requests
@@ -137,7 +138,7 @@ def test_attach_instructions(client, project):
137138
project.setup(editor, empty_ontology)
138139

139140
project.upsert_instructions('tests/integration/media/sample_pdf.pdf')
140-
141+
time.sleep(3)
141142
assert project.ontology().normalized['projectInstructions'] is not None
142143

143144
with pytest.raises(ValueError) as exc_info:

0 commit comments

Comments
 (0)