Merge branch 'fix-timeout' into 'main'

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

See merge request GNOME/glib!2348
This commit is contained in:
Philip Withnall 2021-11-22 11:17:56 +00:00
commit fc05d08b39

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)