Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2020-10-06 22:43:59 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2020-10-06 22:44:22 +0300
commita55d33234b9816c3da74553a66ee134ec9641911 (patch)
tree9d1534c858c3baf12b1d5c255663b8eb26ee7cd1 /.github
parent02f6f240c78b1dbd6bc6ac62e78e6b0b2471812c (diff)
Change merge retry timeout to 60sec
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/transifex.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml
index 7bded02c4..0c83f3e2a 100644
--- a/.github/workflows/transifex.yml
+++ b/.github/workflows/transifex.yml
@@ -21,4 +21,4 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: ""
MERGE_RETRIES: 10
- MERGE_RETRY_SLEEP: 30000
+ MERGE_RETRY_SLEEP: 60000