From a1a293d2be687fee89c460bed8eecd80649613e3 Mon Sep 17 00:00:00 2001 From: furry13 Date: Thu, 3 Oct 2024 08:45:00 +1000 Subject: [PATCH] Update plugin_test.go --- internal/plugin/plugin_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/plugin/plugin_test.go b/internal/plugin/plugin_test.go index 6b6c326..686af79 100644 --- a/internal/plugin/plugin_test.go +++ b/internal/plugin/plugin_test.go @@ -856,7 +856,7 @@ func TestNewPREF64(t *testing.T) { want: &PREF64{ Inner: &ndp.PREF64{ Prefix: simplePrefix, - Lifetime: time.Minute * 10, + Lifetime: time.Minute * 30, }, }, }, @@ -889,7 +889,7 @@ func TestNewPREF64(t *testing.T) { want: &PREF64{ Inner: &ndp.PREF64{ Prefix: simplePrefix, - Lifetime: time.Second * 16, + Lifetime: time.Second * 32, }, }, },