From: WonYoung Choi Date: Fri, 18 Aug 2017 08:32:32 +0000 (+0900) Subject: Fix timeout to 60mins X-Git-Tag: submit/tizen/20170818.083108^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09058a3ecfb054b08e351a789a3140101451ed0d;p=platform%2Fcore%2Fdotnet%2Fbuild-tools.git Fix timeout to 60mins Change-Id: I5cc90c2ea9631276b65d673664582e0255123a6a --- diff --git a/Tools/dotnet-build.sh b/Tools/dotnet-build.sh index bd18dab8..2b32b29e 100755 --- a/Tools/dotnet-build.sh +++ b/Tools/dotnet-build.sh @@ -48,7 +48,7 @@ run_xbuild() { run_dotnet() { echo "+ dotnet $@" - timeout 600 dotnet $@ + timeout 3600 dotnet $@ exit_on_error $? }