summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/arm-linux-androideabi-gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/arm-linux-androideabi-gcc b/bin/arm-linux-androideabi-gcc
index 97c02a0..831df9e 100755
--- a/bin/arm-linux-androideabi-gcc
+++ b/bin/arm-linux-androideabi-gcc
@@ -65,7 +65,7 @@ class CompilerWrapper():
self.process_gomacc_command()
self.add_flags()
self.execargs += [self.real_compiler] + self.args
- time.sleep(3)
+ time.sleep(10)
os.execv(self.argv0, self.execargs)