mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
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:
commit
fc05d08b39
@ -55,7 +55,7 @@ class TestCodegen(unittest.TestCase):
|
|||||||
cwd = ""
|
cwd = ""
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.timeout_seconds = 10 # seconds per test
|
self.timeout_seconds = 100 # seconds per test
|
||||||
self.tmpdir = tempfile.TemporaryDirectory()
|
self.tmpdir = tempfile.TemporaryDirectory()
|
||||||
self.cwd = os.getcwd()
|
self.cwd = os.getcwd()
|
||||||
os.chdir(self.tmpdir.name)
|
os.chdir(self.tmpdir.name)
|
||||||
|
Loading…
Reference in New Issue
Block a user