We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f4a970 + ecc66af commit 157f60cCopy full SHA for 157f60c
README.rst
@@ -30,7 +30,8 @@ Getting Started
30
from mock_vws import MockVWS
31
from mock_vws.database import VuforiaDatabase
32
33
- mock = MockVWS(real_http=False)
+ # We use a low processing time so that tests run quickly.
34
+ mock = MockVWS(processing_time_seconds=0.2)
35
database = VuforiaDatabase(
36
server_access_key='[server-access-key]',
37
server_secret_key='[server-secret-key]',
0 commit comments