Skip to content

Commit

Permalink
Update plugin_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
furry13 committed Oct 2, 2024
1 parent 2e29d00 commit a1a293d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/plugin/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ func TestNewPREF64(t *testing.T) {
want: &PREF64{
Inner: &ndp.PREF64{
Prefix: simplePrefix,
Lifetime: time.Minute * 10,
Lifetime: time.Minute * 30,
},
},
},
Expand Down Expand Up @@ -889,7 +889,7 @@ func TestNewPREF64(t *testing.T) {
want: &PREF64{
Inner: &ndp.PREF64{
Prefix: simplePrefix,
Lifetime: time.Second * 16,
Lifetime: time.Second * 32,
},
},
},
Expand Down

0 comments on commit a1a293d

Please sign in to comment.