[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible debian: raise the timeout to 60s

Holger Levsen holger at layer-acht.org
Sat Aug 20 07:36:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 591e8b4962f6cfc394e1b18c6a43dfc5783ffb52
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Aug 20 09:35:48 2016 +0200

    reproducible debian: raise the timeout to 60s
---
 bin/reproducible_common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 1f31d73..c472d36 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -95,7 +95,7 @@ with open(os.path.join(BIN_PATH, './meta_pkgset.csv'), newline='') as f:
         META_PKGSET[int(line[0])] = (line[2], line[1])
 
 # init the database data and connection
-DB_ENGINE = create_engine("sqlite:///" + REPRODUCIBLE_DB, connect_args={'timeout': 30})
+DB_ENGINE = create_engine("sqlite:///" + REPRODUCIBLE_DB, connect_args={'timeout': 60})
 DB_METADATA = MetaData(DB_ENGINE)  # Get all table definitions
 conn_db = DB_ENGINE.connect()  # the local sqlite3 reproducible db
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list