Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA committed Jan 23, 2024
1 parent 683d198 commit 89abf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/tests/fq/s3/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def test_write_result(self, kikimr, s3, client, yq_version):
kikimr.compute_plane.wait_bootstrap()
client.create_storage_connection("fruitbucket", "wbucket")

time.sleep(10)
time.sleep(10) # 2 x node info update period

sql = R'''
SELECT Fruit, sum(Price) as Price, sum(Weight) as Weight
Expand Down

0 comments on commit 89abf68

Please sign in to comment.