about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/download-from-binary-cache.pl.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/download-from-binary-cache.pl.in b/scripts/download-from-binary-cache.pl.in
index 20d60e06e63e..b822466719f2 100644
--- a/scripts/download-from-binary-cache.pl.in
+++ b/scripts/download-from-binary-cache.pl.in
@@ -112,6 +112,8 @@ sub initCache {
     $dbh->{RaiseError} = 1;
     $dbh->{PrintError} = 0;
 
+    $dbh->sqlite_busy_timeout(60 * 60 * 1000);
+
     $dbh->do("pragma synchronous = off"); # we can always reproduce the cache
     $dbh->do("pragma journal_mode = truncate");