Skip to content

Commit 25039cc

Browse files
committed
Reduce timeout
1 parent 3cd4804 commit 25039cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gha/build_testapps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
_SUPPORTED_XCODE_CONFIGURATIONS = (
151151
"ReleaseForRunning", "Release", "Debug", "ReleaseForProfiling")
152152

153-
_DEFAULT_TIMEOUT_SECONDS = 1200
153+
_DEFAULT_TIMEOUT_SECONDS = 600
154154

155155
FLAGS = flags.FLAGS
156156

0 commit comments

Comments
 (0)