Skip to content

Commit

Permalink
CA-401498: Fix test_systemd occasional timeout
Browse files Browse the repository at this point in the history
CI check "Run OCaml tests" on github failed occasionally. The
cause is test_systemd timeout. Add sleep 1 between server start
and client to fix it.

Signed-off-by: Changlei Li <[email protected]>
  • Loading branch information
changlei-li committed Nov 6, 2024
1 parent 3a776c0 commit 8b7cfd6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
$ ./test_systemd.exe --server &
@systemd.socket
READY=1
$ sleep 1
$ ./test_systemd.exe --notify
$ wait

Expand Down

0 comments on commit 8b7cfd6

Please sign in to comment.