timeout everytwhere

This commit is contained in:
Sebastian
2025-03-18 13:02:42 +01:00
parent d887840138
commit c139630997

View File

@@ -64,6 +64,9 @@ if [ $? -eq 0 ]; then
echo "forked"
exit 1
fi
elif [ $? -eq 28 ]; then
echo "timeout"
exit 1
fi
fi