Skip to content

Commit

Permalink
Longer timeout, fix number of days
Browse files Browse the repository at this point in the history
  • Loading branch information
greenape committed Jun 9, 2023
1 parent 9251b8d commit 7ef6c30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defaults:
- &wait_for_flowdb
name: Wait for flowdb to start
command: |
dockerize -wait tcp://localhost:5432 -timeout 10m
dockerize -wait tcp://localhost:5432 -timeout 20m
- &run_always_org_context
context: org-global
filters:
Expand Down Expand Up @@ -818,6 +818,7 @@ jobs:
name: python_with_flowdb
flowdb_image: "testdata"
python_version: "3.8.5"
num_days: 7 # To avoid overriding fixed number of days
working_directory: /home/circleci/project/integration_tests
steps:
- checkout:
Expand Down

0 comments on commit 7ef6c30

Please sign in to comment.