mirror of
https://github.com/jmcorgan/fips.git
synced 2026-07-30 19:46:15 +00:00
Increase rekey test convergence wait from 5s to 15s
Phase 1 pre-rekey baseline was failing intermittently on CI runners because 5s wasn't enough for multi-hop discovery (B→D requires B→C→D). The mesh always converged by Phase 3, confirming this was purely a timing issue.
This commit is contained in:
@@ -58,7 +58,7 @@ fi
|
||||
trap 'echo ""; echo "Test interrupted"; exit 130' INT
|
||||
|
||||
# Wait times derived from rekey timer
|
||||
CONVERGE_WAIT=5
|
||||
CONVERGE_WAIT=15
|
||||
FIRST_REKEY_WAIT=40 # > REKEY_AFTER_SECS, allow margin
|
||||
REKEY_SETTLE=5 # settle time after rekey for cutover to complete
|
||||
SECOND_REKEY_WAIT=40 # wait for second cycle
|
||||
|
||||
Reference in New Issue
Block a user