selftests: increase timeout to 10 min

On slow systems with kernel debug settings, we can reach the current
timeout when all tests are executed.

Likely some tests need be improved to remove some 'sleep' and wait
(less) for a specific action. This can also improve stability.

Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Matthieu Baerts 2021-01-25 10:59:04 -08:00 коммит произвёл Jakub Kicinski
Родитель a609478803
Коммит 9c2cadefde
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1 +1 @@
timeout=450
timeout=600