mirror of
https://github.com/danog/parallel.git
synced 2025-01-22 22:11:11 +01:00
Fix risky test
This commit is contained in:
parent
6c0078b915
commit
774a42376d
@ -21,6 +21,8 @@ class ThreadTest extends AbstractContextTest {
|
|||||||
usleep(100);
|
usleep(100);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$this->assertTrue($thread->isRunning());
|
||||||
|
|
||||||
return yield $thread->join();
|
return yield $thread->join();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user