diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-08-04 21:40:23 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-08-04 21:40:23 (GMT) |
commit | 5dbe611c74f4b38b8dce6bc8619d02e2edc7f2a2 (patch) | |
tree | 7181f103129b9641b61439c622ac1d5ac93f9c9b /run.sh | |
parent | 98e4927816654eed99c9504b6fd5e56da984cc41 (diff) |
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 |