From 8cb90b846281095441aa9ef5a0e3bf18f43b18d9 Mon Sep 17 00:00:00 2001 From: Miguel Marcelino Date: Fri, 22 Mar 2024 11:45:35 +0000 Subject: [PATCH] Increase no output timeout to 15m --- src/jobs/sbt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jobs/sbt.yml b/src/jobs/sbt.yml index 7144f97..1e50efe 100644 --- a/src/jobs/sbt.yml +++ b/src/jobs/sbt.yml @@ -52,7 +52,7 @@ parameters: no_output_timeout: description: "The time to wait for the command without output" type: string - default: "10m" + default: "15m" use_sbt_native_client: description: "Use the sbt thin client" type: boolean