Skip to content

Commit

Permalink
fix a few build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux committed Nov 15, 2024
1 parent 4b93078 commit 6fb8d6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/security/tests/activity_dumps_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const (
)

var (
testActivityDumpDuration = time.Minute * 10
testActivityDumpLoadControllerPeriod = time.Second * 10
)

Expand Down
4 changes: 4 additions & 0 deletions pkg/security/tests/module_tester.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ var (
errSkipEvent = errors.New("skip event")
)

const (
testActivityDumpDuration = time.Second * 30
)

var testMod *testModule

func (s *stringSlice) String() string {
Expand Down

0 comments on commit 6fb8d6f

Please sign in to comment.