mirror of https://github.com/scrapy/scrapy.git
per_slot_settings: test delays increased
This commit is contained in:
parent
13d1f69c78
commit
80a86de507
|
|
@ -20,11 +20,11 @@ class DownloaderSlotsSettingsTestSpider(MetaSpider):
|
|||
"DOWNLOAD_SLOTS": {
|
||||
'quotes.toscrape.com': {
|
||||
'concurrency': 1,
|
||||
'delay': 1.5,
|
||||
'delay': 2,
|
||||
'randomize_delay': False
|
||||
},
|
||||
'books.toscrape.com': {
|
||||
'delay': 2,
|
||||
'delay': 3,
|
||||
'randomize_delay': False
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue