File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77env :
88 matrix :
99 - TEST_FILENAME=''
10+ - TEST_FILENAME=test_query.py
1011 - TEST_FILENAME=test_add_target.py
1112 - TEST_FILENAME=test_authorization_header.py
1213 - TEST_FILENAME=test_database_summary.py
1819 - TEST_FILENAME=test_get_target.py
1920 - TEST_FILENAME=test_invalid_given_id.py
2021 - TEST_FILENAME=test_invalid_json.py
21- - TEST_FILENAME=test_query.py
2222 - TEST_FILENAME=test_target_list.py
2323 - TEST_FILENAME=test_target_summary.py
2424 - TEST_FILENAME=test_unexpected_json.py
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ def verify_mock_vuforia(
143143 decode ('ascii' ),
144144 client_secret_key = vuforia_database_keys .client_secret_key .
145145 decode ('ascii' ),
146- processing_time_seconds = 0.1 ,
146+ processing_time_seconds = 0.2 ,
147147 ):
148148 yield
149149
You can’t perform that action at this time.
0 commit comments