Alessandro Angelino / mbed-tools

Fork of mbed-tools by Morpheus

Revision:
7:e811f5dd6560
Parent:
2:5f044fef8f98
Child:
9:042963870f7a
--- a/toolchains/__init__.py	Thu Mar 31 10:02:01 2016 +0000
+++ b/toolchains/__init__.py	Thu Mar 31 10:19:38 2016 +0000
@@ -538,7 +538,7 @@
         itr = 0
         while True:
             itr += 1
-            if itr > 30000:
+            if itr > 180000:
                 p.terminate()
                 p.join()
                 raise ToolException("Compile did not finish in 5 minutes")