Skip to content

Commit 7f713a0

Browse files
committed
correct minimums
1 parent 5106f3a commit 7f713a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/e2e.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def create_table_and_mapping
5151
@query_client.execute(@database, ".drop table #{@table} ifexists")
5252
sleep(1)
5353
@query_client.execute(@database, ".create table #{@table} #{@columns}")
54-
@query_client.execute(@database, ".alter table #{@table} policy ingestionbatching @'{\"MaximumBatchingTimeSpan\":\"00:00:01\", \"MaximumNumberOfItems\": 1, \"MaximumRawDataSizeMB\": 1}'
54+
@query_client.execute(@database, ".alter table #{@table} policy ingestionbatching @'{\"MaximumBatchingTimeSpan\":\"00:00:10\", \"MaximumNumberOfItems\": 1, \"MaximumRawDataSizeMB\": 100}'
5555
")
5656
@query_client.execute(@database, ".create table #{@table} ingestion json mapping '#{@mapping_name}' '#{File.read("dataset_mapping.json")}'")
5757
end

0 commit comments

Comments
 (0)