Skip to content

Commit 12d7dad

Browse files
author
Lucas McDonald
committed
m
1 parent 3cc91ad commit 12d7dad

File tree

2 files changed

+2
-2
lines changed
  • DynamoDbEncryption/runtimes/python/test/integ/encrypted
  • Examples/runtimes/python/DynamoDBEncryption/src/searchable_encryption/complex_example/client

2 files changed

+2
-2
lines changed

DynamoDbEncryption/runtimes/python/test/integ/encrypted/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def test_GIVEN_valid_put_and_scan_requests_WHEN_put_and_scan_THEN_round_trip_pas
292292
assert len(scan_response["Items"]) >= 1
293293
# Can't assert anything about the scan;
294294
# there are too many items.
295-
# The critical test is that the scan succeeds.
295+
# The critical assertion is that the scan succeeds.
296296

297297

298298
@pytest.fixture

Examples/runtimes/python/DynamoDBEncryption/src/searchable_encryption/complex_example/client/query_requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def run_query_14(ddb_client, table_name):
507507
if found_known_value_item:
508508
break
509509

510-
time.sleep(1)
510+
time.sleep(0.2)
511511

512512
# Assert the value was found inside the loop
513513
assert found_known_value_item

0 commit comments

Comments
 (0)