From c033f48e3993606a26582842fbe51d6da0cccb8c Mon Sep 17 00:00:00 2001 From: Takeshi Watanabe Date: Fri, 20 Oct 2023 14:13:42 +0900 Subject: [PATCH] Increase CI timeout for docker build --- .flexci/config.pbtxt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.flexci/config.pbtxt b/.flexci/config.pbtxt index 11179af3..0c834e22 100644 --- a/.flexci/config.pbtxt +++ b/.flexci/config.pbtxt @@ -24,7 +24,7 @@ configs { disk: 10 } time_limit: { - seconds: 1200 + seconds: 1800 } command: "bash .flexci/linux/main-flexci.sh torch110" } @@ -40,7 +40,7 @@ configs { disk: 10 } time_limit: { - seconds: 1200 + seconds: 1800 } command: "bash .flexci/linux/main-flexci.sh torch111" } @@ -56,7 +56,7 @@ configs { disk: 10 } time_limit: { - seconds: 1200 + seconds: 1800 } command: "bash .flexci/linux/main-flexci.sh torch112" } @@ -72,7 +72,7 @@ configs { disk: 10 } time_limit: { - seconds: 1200 + seconds: 1800 } command: "bash .flexci/linux/main-flexci.sh torch113" }