Skip to content

Commit 2476a9f

Browse files
committed
fixed hardware test
- rtd temperature from 28 to 23
1 parent e3b7f88 commit 2476a9f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build-and-publish-TestPyPI.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
9797
python-version: ["3.9"]
9898
steps:
9999
# Wait for 1 minutes for TestPyPI to be updated
100-
- name: Sleep for 1 minute
101-
run: sleep 60s
100+
- name: Sleep for 1.5 minute
101+
run: sleep 90s
102102
shell: bash
103103
- name: Checkout
104104
uses: actions/checkout@v3
@@ -141,7 +141,6 @@ jobs:
141141
git config user.email ${{ env.commit_email }}
142142
git config --global pull.rebase false
143143
BRANCH=${GITHUB_REF#refs/heads/}
144-
git remote add ${{ env.login }} https://${{ env.login }}:${{ env.token }}@github.com/$GITHUB_REPOSITORY
145144
git pull --no-edit ${{ env.login }} $BRANCH
146145
git config --global url."https://${{ env.login }}:${{ env.token }}@github.com/".insteadOf "https://github.com/"
147146
# merge done by git pull does not update submodules changed in $BRANCH

tests/hardware_tests/test_rtd_reads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
# This has to be manually set with temperature machine. Use this value for testing.
9-
RTD_TEMP = 28
9+
RTD_TEMP = 23
1010
ERROR = 4
1111

1212

0 commit comments

Comments
 (0)