add missing tests, give clojure more time

This commit is contained in:
Brian Seymour 2021-03-12 13:33:17 -06:00
parent 9f7d01bb18
commit a2afccad26
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
cd /tmp/$1
timeout -s KILL 3 xargs -a args.args -d '\n' clojure -M code.code < stdin.stdin
timeout -s KILL 10 xargs -a args.args -d '\n' clojure -M code.code < stdin.stdin