From dd0a436fb2becdc4b7f883b40a18efcd98a1be84 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Mon, 12 Feb 2018 07:55:08 +0100
Subject: [PATCH] fix: set prNotPendingHours to 25

Removes race condition between prNotPendingHours and unPublishSafe features.

Closes #1498
---
 lib/config/definitions.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/config/definitions.js b/lib/config/definitions.js
index f0c82f68ce..aee81a704c 100644
--- a/lib/config/definitions.js
+++ b/lib/config/definitions.js
@@ -553,7 +553,7 @@ const options = [
     description: 'Timeout in hours for when prCreation=not-pending',
     type: 'integer',
     // Must be at least 24 hours to give time for the unpublishSafe check to "complete".
-    default: 24,
+    default: 25,
   },
   {
     name: 'prHourlyLimit',
-- 
GitLab