per_slot_settings: test delays increased

This commit is contained in:
Georgiy Zatserklianyi 2023-02-08 22:40:22 +02:00
parent 13d1f69c78
commit 80a86de507
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
}