Skip to content

Commit 18ce377

Browse files
authored
Merge pull request #2 from tyeth/tweak-timeout
Tweak-timeout
2 parents 381d0a9 + f28f8bc commit 18ce377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: build_platform.py

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
if "--build_timeout" in sys.argv:
2525
BUILD_TIMEOUT = True
2626
popen_timeout = sys.argv[sys.argv.index("--build_timeout") + 1]
27+
sys.argv.pop(sys.argv.index("--build_timeout") + 1)
2728
sys.argv.remove("--build_timeout")
2829

2930

0 commit comments

Comments
 (0)