1
0
mirror of https://github.com/danog/parallel.git synced 2025-01-22 14:01:14 +01:00

Fix risky test

This commit is contained in:
Aaron Piotrowski 2017-03-21 23:25:45 -05:00
parent 6c0078b915
commit 774a42376d

View File

@ -21,6 +21,8 @@ class ThreadTest extends AbstractContextTest {
usleep(100);
});
$this->assertTrue($thread->isRunning());
return yield $thread->join();
});