Skip to content

Commit 65afca1

Browse files
committed
Fix e2e test
1 parent dea6d70 commit 65afca1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e-install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ function install-npd() {
7979
echo "Starting NPD systemd service."
8080
systemctl daemon-reload
8181
systemctl start node-problem-detector.service
82+
sleep 10
83+
journalctl -u node-problem-detector.service
8284
}
8385

8486
function main() {

0 commit comments

Comments
 (0)