Fix timeout to 60mins accepted/tizen/4.0/unified/20170828.223623 accepted/tizen/unified/20170821.144338 submit/tizen/20170818.083108 submit/tizen_4.0/20170828.100003
authorWonYoung Choi <wy80.choi@samsung.com>
Fri, 18 Aug 2017 08:32:32 +0000 (17:32 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Fri, 18 Aug 2017 08:32:32 +0000 (17:32 +0900)
Change-Id: I5cc90c2ea9631276b65d673664582e0255123a6a

Tools/dotnet-build.sh

index bd18dab..2b32b29 100755 (executable)
@@ -48,7 +48,7 @@ run_xbuild() {
 
 run_dotnet() {
   echo "+ dotnet $@"
-  timeout 600 dotnet $@
+  timeout 3600 dotnet $@
   exit_on_error $?
 }