Skip to content

Commit 11ef657

Browse files
Standard. Update time limits for execution.
1 parent d2366c1 commit 11ef657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ for directory in *; do
107107
echo "Running inside isolate."
108108

109109
set +e
110-
isolate --cg -t 5 -x 0.5 -w 5 -k 64000 -p60 --cg-timing --cg-mem=128000 -f 1024 \
110+
isolate --cg -t 5 -x 1 -w 10 -k 64000 -p60 --cg-timing --cg-mem=128000 -f 1024 \
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)