Skip to content

Commit

Permalink
e2e: increase label checker's timeout to 10'
Browse files Browse the repository at this point in the history
Signed-off-by: Kornilios Kourtis <kornilios@isovalent.com>
  • Loading branch information
kkourt committed Oct 31, 2024
1 parent 412ac97 commit 96da6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/tests/labels/labels_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func TestLabelsDemoApp(t *testing.T) {
// Must be called at the beginning of every test
runner.SetupExport(t)

labelsChecker := labelsEventChecker().WithEventLimit(5000).WithTimeLimit(5 * time.Minute)
labelsChecker := labelsEventChecker().WithEventLimit(5000).WithTimeLimit(10 * time.Minute)

// This starts labelsChecker and uses it to run event checks.
runEventChecker := features.New("Run Event Checks").
Expand Down

0 comments on commit 96da6d1

Please sign in to comment.