Skip to content

Commit ec22371

Browse files
committed
Attempt to fix flakes [skip ci]
1 parent 24533f3 commit ec22371

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ matrix:
77
env:
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
@@ -18,7 +19,6 @@ env:
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

tests/mock_vws/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)