Skip to content

Commit

Permalink
added sleep time for series tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeshmukh15 committed Jun 14, 2023
1 parent 9531ba9 commit e0c9edd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ jobs:
source /usr/local/share/virtualenvs/tap-tester/bin/activate
pip install 'squareup==5.3.0.20200528'
run-test --tap=tap-square tests/test_automatic_fields.py
- run:
sleep 360
- run:
when: always
name: 'Testing Schema and All Fields'
Expand All @@ -179,6 +181,8 @@ jobs:
source /usr/local/share/virtualenvs/tap-tester/bin/activate
pip install 'squareup==5.3.0.20200528'
run-test --tap=tap-square tests/test_all_fields.py
- run:
sleep 360
- run:
when: always
name: 'Testing Bookmarks for Dynamic Data Streams'
Expand All @@ -188,6 +192,8 @@ jobs:
source /usr/local/share/virtualenvs/tap-tester/bin/activate
pip install 'squareup==5.3.0.20200528'
run-test --tap=tap-square tests/test_bookmarks.py
- run:
sleep 360
- run:
when: always
name: 'Testing Bookmarks for Static Data Streams'
Expand All @@ -197,6 +203,8 @@ jobs:
source /usr/local/share/virtualenvs/tap-tester/bin/activate
pip install 'squareup==5.3.0.20200528'
run-test --tap=tap-square tests/test_bookmarks_static.py
- run:
sleep 360
- run:
when: always
name: 'Testing Start Date'
Expand All @@ -206,6 +214,8 @@ jobs:
source /usr/local/share/virtualenvs/tap-tester/bin/activate
pip install 'squareup==5.3.0.20200528'
run-test --tap=tap-square tests/test_start_date.py
- run:
sleep 360
- run:
when: always
name: 'Testing Pagination'
Expand All @@ -215,6 +225,8 @@ jobs:
source /usr/local/share/virtualenvs/tap-tester/bin/activate
pip install 'squareup==5.3.0.20200528'
run-test --tap=tap-square tests/test_pagination.py
- run:
sleep 360
- run:
when: always
name: 'Testing Cursor Bookmark'
Expand Down

0 comments on commit e0c9edd

Please sign in to comment.