diff options
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ do rm -f code*smali messages.json - timeout 25m time python3 ./gen-code.py + timeout 30m time python3 ./gen-code.py 0 if [ $? -eq 0 ]; then |