gio/tests/codegen.py: bump timeout to 100 seconds

This may be necessary on overloaded CI systems.
This commit is contained in:
Alexander Kanavin 2020-12-20 22:01:43 +01:00 committed by Alexander Kanavin
parent c94f24cadd
commit e161c62292

View File

@ -55,7 +55,7 @@ class TestCodegen(unittest.TestCase):
cwd = ""
def setUp(self):
self.timeout_seconds = 10 # seconds per test
self.timeout_seconds = 100 # seconds per test
self.tmpdir = tempfile.TemporaryDirectory()
self.cwd = os.getcwd()
os.chdir(self.tmpdir.name)