Fedor Ignatov

Results 5 issues of Fedor Ignatov

### Renamed models: When `a.json` is renamed to `b.json`, original `b.json` is removed. - [squad_ru_torch_bert](https://github.com/deepmipt/DeepPavlov/blob/0.17.1/deeppavlov/configs/squad/squad_ru_torch_bert.json) -> [squad_ru_bert](https://github.com/deepmipt/DeepPavlov/blob/0.17.1/deeppavlov/configs/squad/squad_ru_bert.json) - [ner_rus_bert_torch](https://github.com/deepmipt/DeepPavlov/blob/0.17.1/deeppavlov/configs/ner/ner_rus_bert_torch.json) -> [ner_rus_bert](https://github.com/deepmipt/DeepPavlov/blob/0.17.1/deeppavlov/configs/ner/ner_rus_bert.json) - [insults_kaggle_bert_torch](https://github.com/deepmipt/DeepPavlov/blob/0.17.1/deeppavlov/configs/classifiers/insults_kaggle_bert_torch.json) -> [insults_kaggle_bert](https://github.com/deepmipt/DeepPavlov/blob/0.17.1/deeppavlov/configs/classifiers/insults_kaggle_bert.json) ### TensorFlow replaced by PyTorch...

If Chainer returns `["a0", "a1", "a2"]`, riseapi response format is changed from `[["a0"], ["a1"], ["a2"]]` to `["a0", "a1", "a2"]`. If Chainer returns `(["a0", "a1", "a2"], ["b0", "b1", "b2"])`, riseapi response...

Jenkins tests hangs unsystematically. In this PR added 10 mitutes timeout for tests.