Skip to content

Commit bf43b38

Browse files
committed
(ITHELP-116185) Add delay for Twingate network connection
To help with the intermittent DNS issues, this PR adds a 30 second delay between the Twingate connection step and the next step.
1 parent 1dd09ad commit bf43b38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/task_acceptance_tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
with:
2929
service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
3030

31+
- name: Add delay for network connection
32+
run: sleep 30
33+
3134
- name: Checkout current PR code
3235
uses: actions/checkout@v4
3336

0 commit comments

Comments
 (0)