mirror of
https://github.com/danog/parallel.git
synced 2025-01-22 14:01:14 +01:00
Send large buffer instead of delaying
This commit is contained in:
parent
4f7da94194
commit
b536f8da56
@ -280,9 +280,7 @@ abstract class AbstractContextTest extends TestCase {
|
||||
});
|
||||
|
||||
$context->start();
|
||||
|
||||
yield new Delayed(1000);
|
||||
yield $context->send(0);
|
||||
yield $context->send(\str_pad("", 1024 * 1024, "-"));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user