Skip to content

Commit

Permalink
Increase SLA timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
KushaalShroff committed Dec 17, 2024
1 parent 1e51d77 commit 0a49264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/JDBC/input/database_metadata.txt
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 350000

create table dbmeta_tab1(col1 int primary key, col2 nvarchar(max) not null)
create table dbmeta_tab2(fcol1 int not null, foreign key (fcol1) references dbmeta_tab1(col1))
Expand Down
1 change: 1 addition & 0 deletions test/JDBC/input/functions/datepart-vu-verify.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- sla_for_parallel_query_enforced 50000
SELECT DATEPART(dd, '07-18-2022')
GO

Expand Down

0 comments on commit 0a49264

Please sign in to comment.