From c2a4bd09d7f046f1b2d7e3978d5ee60caded0fc1 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Fri, 8 Nov 2024 10:33:16 +0100 Subject: Reduce maximum execution time --- containers/compiler/execute.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'containers') diff --git a/containers/compiler/execute.sh b/containers/compiler/execute.sh index 6831a8b..02c3fb2 100644 --- a/containers/compiler/execute.sh +++ b/containers/compiler/execute.sh @@ -2,4 +2,4 @@ EXEC_DIR=/tmp/exec -timeout 60 sh -c "javac -Xlint:deprecation '$APPLICATION_NAME.java' -d '$EXEC_DIR' > /dev/null" +timeout 30 sh -c "javac -Xlint:deprecation '$APPLICATION_NAME.java' -d '$EXEC_DIR' > /dev/null" -- cgit v1.2.3