We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f0343 commit d5d45caCopy full SHA for d5d45ca
1 file changed
.github/workflows/scp-test.yml
@@ -95,6 +95,10 @@ jobs:
95
- name: Setup test user
96
run: sudo useradd -p password jak
97
98
+ # This is a regression test for a reported hang with SCP file transfer.
99
+ # Verifying the error from a bad directory is propogated back, and
100
+ # that the direcotry/file is not created. To account for potential
101
+ # hanging of the operation, the timeout is set to 1 minute.
102
- name: Run SCP example test
103
timeout-minutes: 1
104
working-directory: ./wolfssh/
0 commit comments