]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Bump the timeout
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 31 Mar 2022 17:10:25 +0000 (11:10 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 31 Mar 2022 17:10:25 +0000 (11:10 -0600)
This'll temporarily fix CI, but we should try and figure out exactly what's happening.

src/tests/eapol_test/all.mk

index a4c0baf60a5aa98aba809dc6874deb02170e700b..7b169bb64881dbbcceb685c9e0b789194b09961d 100644 (file)
@@ -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 "--------------------------------------------------";              \