We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f949de8 commit 4fcb601Copy full SHA for 4fcb601
tests/mock_vws/test_usage.py
@@ -520,7 +520,8 @@ def test_custom(
520
"""
521
XXX
522
523
- query_recognizes_deletion = 0.5
+ # We choose a low time for a quick test
524
+ query_recognizes_deletion = 0.1
525
with MockVWS(
526
client_access_key=vuforia_database_keys.client_access_key.decode(),
527
client_secret_key=vuforia_database_keys.client_secret_key.decode(),
0 commit comments