diff --git a/docker/executors/nasm b/docker/executors/nasm index d412cb6..b4d781e 100755 --- a/docker/executors/nasm +++ b/docker/executors/nasm @@ -2,3 +2,4 @@ nasm -f elf64 -o binary.o $1 ld binary.o -o binary +timeout -s KILL 3 ./binary