[glib: 1/2] gio/tests/codegen.py: bump timeout to 100 seconds
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] gio/tests/codegen.py: bump timeout to 100 seconds
- Date: Mon, 22 Nov 2021 11:17:56 +0000 (UTC)
commit e161c6229214eaa88a16b430f071cfb306af4aae
Author: Alexander Kanavin <alex kanavin gmail com>
Date: Sun Dec 20 22:01:43 2020 +0100
gio/tests/codegen.py: bump timeout to 100 seconds
This may be necessary on overloaded CI systems.
gio/tests/codegen.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/tests/codegen.py b/gio/tests/codegen.py
index d3a09bae7..031776537 100644
--- a/gio/tests/codegen.py
+++ b/gio/tests/codegen.py
@@ -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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]