Skip to content

Commit

Permalink
CA-401498: Fix test_systemd occasional timeout (#6105)
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.
  • Loading branch information
psafont authored Nov 6, 2024
2 parents 3a776c0 + 8b7cfd6 commit baf7cbd
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 baf7cbd

Please sign in to comment.