Skip to content

Commit

Permalink
chore(tests): increase Tracee startup timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
geyslan committed Sep 20, 2024
1 parent 1a459f8 commit d496342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testutils/tracee.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
const (
readinessPollTime = 200 * time.Millisecond
httpRequestTimeout = 1 * time.Second
TraceeDefaultStartupTimeout = 5 * time.Second
TraceeDefaultStartupTimeout = 10 * time.Second
)

var (
Expand Down

0 comments on commit d496342

Please sign in to comment.