Skip to content

Commit 91b7989

Browse files
committed
test(ssh): add delay to eliminate flakiness
1 parent 9153de6 commit 91b7989

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

features/test/ssh/checks.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3+
sleep 1
34
check "/var/log/sshd.log exists and is not empty" test -s /var/log/sshd.log
45
check "ssh is running" sudo sh -c 'sv status openssh | grep -E ^run:'
56
sudo sv stop openssh

0 commit comments

Comments
 (0)