We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6e79e commit 9c0f345Copy full SHA for 9c0f345
.circleci/config.yml
@@ -38,7 +38,7 @@ defaults:
38
- &wait_for_flowdb
39
name: Wait for flowdb to start
40
command: |
41
- dockerize -wait tcp://localhost:5432 -timeout 10m
+ dockerize -wait tcp://localhost:5432 -timeout 20m
42
- &run_always_org_context
43
context: org-global
44
filters:
@@ -818,6 +818,7 @@ jobs:
818
name: python_with_flowdb
819
flowdb_image: "testdata"
820
python_version: "3.8.5"
821
+ num_days: 7 # To avoid overriding fixed number of days
822
working_directory: /home/circleci/project/integration_tests
823
steps:
824
- checkout:
0 commit comments