Skip to content

Commit

Permalink
correct sheel argument in �newbuildandtestpyaqsapi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mccroweyclinton-EPA committed Nov 27, 2024
1 parent e28d2cd commit 9be5296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/newbuildandtestpyaqsapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cache-environment: true
environment-name: pyaqsapi
post-cleanup: 'all'
shell: powershell
shell: pwsh

- name: Display Python and sphinx version and system info
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyaqsapi/helperfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def __aqs(
header = {"User-Agent": user_agent, "From": AQS_user}

query = get(
url=url, params=variables, headers=header, verify=where(), timeout=15
url=url, params=variables, headers=header, verify=where(), timeout=30
)
query.raise_for_status()
self.set_header(DataFrame(query.headers))
Expand Down

0 comments on commit 9be5296

Please sign in to comment.