Skip to content

Commit

Permalink
Docker - Airflow - version updated to 2.10.0 and 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianManiek committed Aug 21, 2024
1 parent 6c4c1c2 commit fce982c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/airflow/tests/functional_tests/running_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ setup:
- 'MYSQL_ROOT_PASSWORD=some-password'
- '-d'
- 'marketplace.gcr.io/google/postgresql13'
- command: [sleep, '70s']
- command: [sleep, '120s']
- command:
- 'docker'
- 'run'
Expand All @@ -54,7 +54,7 @@ setup:
- '-d'
- '$IMAGE'
- 'webserver'
- command: [sleep, '70s']
- command: [sleep, '120s']

teardown:
- command: [docker, stop, some-airflow-$UNIQUE-id, some-postgres-$UNIQUE-id]
Expand Down

0 comments on commit fce982c

Please sign in to comment.