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:
parent
6c0078b915
commit
774a42376d
@ -21,6 +21,8 @@ class ThreadTest extends AbstractContextTest {
|
||||
usleep(100);
|
||||
});
|
||||
|
||||
$this->assertTrue($thread->isRunning());
|
||||
|
||||
return yield $thread->join();
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user