Index: Makefile |
diff --git a/Makefile b/Makefile |
index 5f6ff1112835968b3a7070774e516d3d3634c3ac..07549a369b8a21e75c71ce7c59e47f903cccac04 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -210,6 +210,7 @@ $(addsuffix .sync, $(ANDROID_BUILDS)): $$(basename $$@) |
$(addsuffix .check, $(ANDROID_BUILDS)): $$(basename $$@).sync |
@tools/test-wrapper-gypbuild.py $(TESTJOBS) --outdir=$(OUTDIR) \ |
--arch-and-mode=$(basename $@) \ |
+ --timeout=600 \ |
--special-command="tools/android-run.py @" |
$(addsuffix .check, $(ANDROID_ARCHES)): \ |