Skip to content

Commit 1d7a27c

Browse files
Extra. Update time limits for compilation and execution.
1 parent 2bb03cd commit 1d7a27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extra/tests/run

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ for directory in *; do
7979
echo "Compiling inside isolate."
8080

8181
set +e
82-
isolate --cg -i /dev/null -t 15 -x 0 -w 20 -k 128000 -p120 --cg-timing --cg-mem=512000 -f 20480 \
82+
isolate --cg -i /dev/null -t 20 -x 0 -w 25 -k 128000 -p120 --cg-timing --cg-mem=512000 -f 20480 \
8383
-E HOME=/tmp -E PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" \
8484
-E LANG -E LANGUAGE -E LC_ALL -d /etc:noexec -d /files:noexec -d /NuGet/packages:noexec -d /usr/local/BosqueLanguage/impl:rw --run -- /bin/bash compile
8585

@@ -107,7 +107,7 @@ for directory in *; do
107107
echo "Running inside isolate."
108108

109109
set +e
110-
isolate --cg -t 10 -x 1 -w 15 -k 64000 -p100 --cg-timing --cg-mem=128000 --share-net -f 5120 \
110+
isolate --cg -t 15 -x 1 -w 20 -k 64000 -p100 --cg-timing --cg-mem=128000 --share-net -f 5120 \
111111
-E HOME=/tmp -E PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" \
112112
-E LANG -E LANGUAGE -E LC_ALL -d /etc:noexec --run -- /bin/bash run < $workdir/stdin
113113

0 commit comments

Comments
 (0)