From 7ef6c30e7b5af7e8a4a6e881b4d34e42974cb04f Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Mon, 14 Mar 2022 15:56:26 +0000 Subject: [PATCH] Longer timeout, fix number of days --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aa89c19fd69..584de8c16f5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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: