From: Arran Cudbard-Bell Date: Thu, 31 Mar 2022 17:10:25 +0000 (-0600) Subject: Bump the timeout X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89c767472ac6ba00f2f046abde5029e60645d18c;p=thirdparty%2Ffreeradius-server.git Bump the timeout This'll temporarily fix CI, but we should try and figure out exactly what's happening. --- diff --git a/src/tests/eapol_test/all.mk b/src/tests/eapol_test/all.mk index a4c0baf60a..7b169bb648 100644 --- a/src/tests/eapol_test/all.mk +++ b/src/tests/eapol_test/all.mk @@ -94,7 +94,7 @@ $(OUTPUT)/%.ok: $(DIR)/%.conf $(if $(POST_INSTALL_MAKEFILE_ARG),,$(BUILD_DIR)/li ${Q} [ -f $(dir $@)/radiusd.pid ] || exit 1 $(eval OUT := $(patsubst %.ok,%.log,$@)) $(eval KEY := $(shell grep key_mgmt=NONE $< | sed 's/key_mgmt=NONE/-n/')) - ${Q}if ! $(EAPOL_TEST) -t 5 -c $< -p $(PORT) -s $(SECRET) $(KEY) > $(OUT) 2>&1; then \ + ${Q}if ! $(EAPOL_TEST) -t 10 -c $< -p $(PORT) -s $(SECRET) $(KEY) > $(OUT) 2>&1; then \ echo "Last entries in supplicant log ($(patsubst %.conf,%.log,$@)):"; \ tail -n 40 "$(patsubst %.conf,%.log,$@)"; \ echo "--------------------------------------------------"; \