Skip to content

Commit

Permalink
fix testActivityDumpDuration
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux committed Nov 15, 2024
1 parent 6fb8d6f commit 8c64aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/security/tests/module_tester.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var (
)

const (
testActivityDumpDuration = time.Second * 30
testActivityDumpDuration = time.Minute * 10
)

var testMod *testModule
Expand Down

0 comments on commit 8c64aed

Please sign in to comment.