From d6b76bc2b93be344a2c4abfc07f1f2b4e3d1f956 Mon Sep 17 00:00:00 2001 From: niyuhang <32453647+Niyuhang2@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:19:26 +0800 Subject: [PATCH] update the timeout for farm (#1750) --- .github/obfarm/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/obfarm/action.yaml b/.github/obfarm/action.yaml index 8bfa217c3..aa15b6b14 100644 --- a/.github/obfarm/action.yaml +++ b/.github/obfarm/action.yaml @@ -11,7 +11,7 @@ inputs: timeout: description: 'timeout' required: false - default: '7200' + default: '10800' outputs: success: description: 'the status for the task'