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:
Philip Withnall 2022-11-08 19:13:09 +00:00
commit abdb81efa2

View File

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