Skip to content

Commit

Permalink
vmtets: increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Kornilios Kourtis <[email protected]>
  • Loading branch information
kkourt committed Jul 25, 2022
1 parent 57d8051 commit 8552f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vmtests/vmtests.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

var (
ConfFile = "/etc/tetragon-tester.json" // configuration file for the tester
TestTimeout = 30 * time.Minute // timeout for each test
TestTimeout = 45 * time.Minute // timeout for each test
)

// Conf configures the tester
Expand Down

0 comments on commit 8552f0e

Please sign in to comment.