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 53661a4 commit 558c581Copy full SHA for 558c581
.circleci/config.yml
@@ -39,7 +39,7 @@ defaults:
39
- &wait_for_flowdb
40
name: Wait for flowdb to start
41
command: |
42
- dockerize -wait tcp://localhost:5432 -timeout 10m
+ dockerize -wait tcp://localhost:5432 -timeout 20m
43
- &run_always_org_context
44
context: org-global
45
filters:
@@ -793,6 +793,7 @@ jobs:
793
name: python_with_flowdb
794
flowdb_image: "testdata"
795
python_version: "3.8.5"
796
+ num_days: 7 # To avoid overriding fixed number of days
797
working_directory: /home/circleci/project/integration_tests
798
steps:
799
- checkout:
0 commit comments