mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Merge branch 'slow-slow-slow-your-boat' into 'main'
tests: Shorten internal codegen test timeout See merge request GNOME/glib!3050
This commit is contained in:
commit
abdb81efa2
@ -61,7 +61,7 @@ class TestCodegen(unittest.TestCase):
|
||||
cwd = ""
|
||||
|
||||
def setUp(self):
|
||||
self.timeout_seconds = 100 # seconds per test
|
||||
self.timeout_seconds = 6 # seconds per test
|
||||
self.tmpdir = tempfile.TemporaryDirectory()
|
||||
self.cwd = os.getcwd()
|
||||
os.chdir(self.tmpdir.name)
|
||||
|
Loading…
Reference in New Issue
Block a user