mirror of
https://github.com/php/php-src.git
synced 2026-04-10 01:23:53 +02:00
In Travis CI the nowait.phpt test sometimes fails because of the usleep() not being long enough ensure proper execution order. Instead of depending on sleeping the test now uses two semaphores to guarantee execution order.