Skip to content

Commit eaeaea1

Browse files
committed
Increase timeout time for individual tests
1 parent 4e389c4 commit eaeaea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_cloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
- name: Run HTTP tests
4343
env:
4444
DBT_CH_TEST_PORT: 8443
45-
run: pytest tests --timeout=120
45+
run: pytest tests --timeout=240
4646

4747
- name: Run Native tests
4848
env:
4949
DBT_CH_TEST_PORT: 9440
50-
run: pytest tests --timeout=120
50+
run: pytest tests --timeout=240

0 commit comments

Comments
 (0)