Skip to content

Commit 3f9da1c

Browse files
authored
Merge pull request #302 from jammsen/develop
Fixed PR action - No release
2 parents cc49800 + e60b961 commit 3f9da1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unittest-on-pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
pwd
1919
git --version
2020
docker version
21-
echo "TIMEOUT_SECONDS: ${{ vars.TIMEOUT_SECONDS }}"
21+
echo "Repository value of TIMEOUT_SECONDS: ${{ vars.TIMEOUT_SECONDS }}"
22+
echo "This should not be set on a PR from a different source!"
2223
2324
- name: Checkout
2425
uses: actions/checkout@v4
@@ -52,6 +53,7 @@ jobs:
5253
- name: Wait for server to start
5354
run: |
5455
START_TIME=$(date +%s)
56+
TIMEOUT_SECONDS=${{ vars.TIMEOUT_SECONDS || '300' }}
5557
echo "TIMEOUT_SECONDS: ${{ vars.TIMEOUT_SECONDS }}"
5658
5759
# Set the timezone to Germany (Central European Time)

0 commit comments

Comments
 (0)