Skip to content

Commit

Permalink
Increase SLA time for sp_columns_100
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipesh Dhameliya committed Jan 22, 2025
1 parent 26cf70b commit 97baaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/JDBC/input/sp_columns_100.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- sla_for_parallel_query_enforced 200000
-- sla_for_parallel_query_enforced 300000
-- create tables with most of the datatypes
create table var(a char(10), b nchar(9), c nvarchar(8), d varchar(7), e text, f ntext, g varbinary(10), h binary(9), i image, j xml)
go
Expand Down

0 comments on commit 97baaf2

Please sign in to comment.