Skip to content

Commit

Permalink
crank the bigquery timeout since that database is also taking forever…
Browse files Browse the repository at this point in the history
… now
  • Loading branch information
Jacob Beck committed Apr 22, 2019
1 parent 8b58b20 commit b629a5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- run:
name: Run tests
command: tox -e integration-bigquery-py36
no_output_timeout: 1h
- store_artifacts:
path: ./logs/dbt.log
destination: bigquery-py36
Expand Down Expand Up @@ -102,6 +103,7 @@ jobs:
- run:
name: Run tests
command: tox -e integration-bigquery-py27
no_output_timeout: 1h
- store_artifacts:
path: ./logs/dbt.log
destination: bigquery-py27
Expand Down

0 comments on commit b629a5e

Please sign in to comment.