Skip to content
Snippets Groups Projects
Commit dd0a436f authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: set prNotPendingHours to 25

Removes race condition between prNotPendingHours and unPublishSafe features.

Closes #1498
parent 9cd579dd
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment