Increase smoke tests time-out
This commit is contained in:
parent
514cfacaa6
commit
f22df6d4a5
|
@ -26,7 +26,7 @@ TESTING_ADDRESS = ('localhost', 3654)
|
|||
class SmokeTest(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.client = carla.Client(*TESTING_ADDRESS)
|
||||
self.client.set_timeout(2.0)
|
||||
self.client.set_timeout(10.0)
|
||||
|
||||
def tearDown(self):
|
||||
self.client = None
|
||||
|
|
Loading…
Reference in New Issue