1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-04-01 05:13:06 +02:00

Merge branch 'fix-timeout' into 'main'

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

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

@ -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)