Felipe Lalanne 4d74505087 Fix wait-for-it script to work with external signals
The wait-for-it script used during tests would setup a timer
that would send SIGUSR2 to the parent process after the timer ends.
Since node was ignoring additional signals, the timer ending would have
no effect after the node process had replaced the start script. However
when node has pid != 1, SIGUSR2 default behavior is to terminate the
process, meaning the tests would fail after 30 seconds.

The script is now updated so the timer is killed once the services are
ready for the tests.
2023-01-31 10:43:19 -03:00
..
2022-10-17 11:24:15 -03:00
2022-09-19 16:41:28 +01:00
2020-08-19 10:07:54 +01:00
2022-09-19 16:36:17 +01:00