Increase --help timeout, seeing a few of them

This commit is contained in:
Stefano Rivera 2019-09-03 16:50:24 -03:00
parent 03d2e89f31
commit 5769a70d02

View File

@ -24,7 +24,7 @@ import setup
from ubuntutools import subprocess
from ubuntutools.test import unittest
TIMEOUT = 5
TIMEOUT = 10
def load_tests(loader, tests, pattern):