Skip to content

Commit 9c0f345

Browse files
committed
Longer timeout, fix number of days
1 parent 3e6e79e commit 9c0f345

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ defaults:
3838
- &wait_for_flowdb
3939
name: Wait for flowdb to start
4040
command: |
41-
dockerize -wait tcp://localhost:5432 -timeout 10m
41+
dockerize -wait tcp://localhost:5432 -timeout 20m
4242
- &run_always_org_context
4343
context: org-global
4444
filters:
@@ -818,6 +818,7 @@ jobs:
818818
name: python_with_flowdb
819819
flowdb_image: "testdata"
820820
python_version: "3.8.5"
821+
num_days: 7 # To avoid overriding fixed number of days
821822
working_directory: /home/circleci/project/integration_tests
822823
steps:
823824
- checkout:

0 commit comments

Comments
 (0)