I update the test to check if the process is running after 2 seconds, with:
# Check if libFuzzer is still running. RUN: kill -0 ${FUZZER_PID}
Before this diff, the test didn't check if libFuzzer is running after 2 seconds, so running it in background and waiting 2 second was useless.