tailscale/util/syspolicy/rsop
Nick Khyl 8e5cfbe4ab util/syspolicy/rsop: reduce policyReloadMinDelay and policyReloadMaxDelay when in tests
These delays determine how soon syspolicy change callbacks are invoked after a policy setting is updated
in a policy source. For tests, we shorten these delays to minimize unnecessary wait times. This adjustment
only affects tests that subscribe to policy change notifications and modify policy settings after they have
already been set. Initial policy settings are always available immediately without delay.

Updates #12687

Signed-off-by: Nick Khyl <nickk@tailscale.com>
2024-11-22 09:51:21 -06:00
..
change_callbacks.go util/syspolicy: add rsop package that provides access to the resultant policy 2024-10-16 00:06:14 -05:00
resultant_policy_test.go util/syspolicy/rsop: reduce policyReloadMinDelay and policyReloadMaxDelay when in tests 2024-11-22 09:51:21 -06:00
resultant_policy.go util/syspolicy/rsop: reduce policyReloadMinDelay and policyReloadMaxDelay when in tests 2024-11-22 09:51:21 -06:00
rsop.go util/syspolicy: add rsop package that provides access to the resultant policy 2024-10-16 00:06:14 -05:00
store_registration.go util/syspolicy/rsop: reduce policyReloadMinDelay and policyReloadMaxDelay when in tests 2024-11-22 09:51:21 -06:00