Skip to content

Commit 287a7cf

Browse files
committed
Longer timeout, fix number of days
1 parent d6eaa67 commit 287a7cf

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
@@ -39,7 +39,7 @@ defaults:
3939
- &wait_for_flowdb
4040
name: Wait for flowdb to start
4141
command: |
42-
dockerize -wait tcp://localhost:5432 -timeout 10m
42+
dockerize -wait tcp://localhost:5432 -timeout 20m
4343
- &run_always_org_context
4444
context: org-global
4545
filters:
@@ -793,6 +793,7 @@ jobs:
793793
name: python_with_flowdb
794794
flowdb_image: "testdata"
795795
python_version: "3.8.5"
796+
num_days: 7 # To avoid overriding fixed number of days
796797
working_directory: /home/circleci/project/integration_tests
797798
steps:
798799
- checkout:

0 commit comments

Comments
 (0)