Skip to content

Commit be767e9

Browse files
reggie-kandrii-korotkov-verkada
authored andcommitted
feat: Add GitHub API metrics (#404)
* added github api metrics Signed-off-by: reggie-k <regina.voloshin@codefresh.io> * fix(docs): fix applicationsetcontroller.enable.github.api.metrics to false in docs cm (argoproj#23516) Signed-off-by: reggie-k <regina.voloshin@codefresh.io> * fix: Account for batch event processing in e2e tests (argoproj#22356) Signed-off-by: Andrii Korotkov <andrii.korotkov@verkada.com> --------- Signed-off-by: reggie-k <regina.voloshin@codefresh.io> Signed-off-by: Andrii Korotkov <andrii.korotkov@verkada.com> Co-authored-by: Andrii Korotkov <137232734+andrii-korotkov-verkada@users.noreply.github.com>
1 parent 56418b0 commit be767e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/e2e/fixture/app/actions.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"os"
77
"slices"
88
"strconv"
9+
"time"
910

1011
rbacv1 "k8s.io/api/rbac/v1"
1112

@@ -510,6 +511,7 @@ func (a *Actions) And(block func()) *Actions {
510511

511512
func (a *Actions) Then() *Consequences {
512513
a.context.t.Helper()
514+
time.Sleep(fixture.WhenThenSleepInterval)
513515
return &Consequences{a.context, a, 15}
514516
}
515517

0 commit comments

Comments
 (0)