mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
gio/tests/codegen.py: bump timeout to 100 seconds
This may be necessary on overloaded CI systems.
This commit is contained in:
parent
c94f24cadd
commit
e161c62292
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user