Skip to content

Commit e762f37

Browse files
authored
Increased threads for microbatch concurrency tests
1 parent eeeb73b commit e762f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def dbt_profile_target():
5050

5151
return {
5252
'type': 'teradata',
53-
'threads': 1,
53+
'threads': 4,
5454
'host': hostname, #{{os.getenv('HOST'), 'localhost'}},
5555
'user': username, #{{os.getenv('USER'), 'dbc'}},
5656
'password': password, #{{os.getenv('PASSWORD'), 'dbc'}},

0 commit comments

Comments
 (0)