mirror of https://github.com/scrapy/scrapy.git
Use the default scheduler for the front-load test
This commit is contained in:
parent
fdf242475e
commit
a858ddfef9
|
|
@ -334,7 +334,6 @@ class RequestSendOrderTestCase(TestCase):
|
|||
await maybe_deferred_to_future(
|
||||
self._test_request_order(
|
||||
start_nums=start_nums,
|
||||
settings={"SCHEDULER": MemoryScheduler},
|
||||
response_seconds=response_seconds,
|
||||
start_fn=start,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue