Skip to content

Commit eb0d9b1

Browse files
committed
fix: increase controller logs lines to detect message
Signed-off-by: Zaki Shaikh <[email protected]>
1 parent 3823319 commit eb0d9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gitlab_delete_tag_event_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func TestGitlabDeleteTagEvent(t *testing.T) {
4949
runcnx.Clients.Log.Infof("Deleted Tag %s in %s repository", tagName, projectinfo.Name)
5050

5151
reg := regexp.MustCompile("event Delete Tag Push Hook is not supported*")
52-
err = twait.RegexpMatchingInControllerLog(ctx, runcnx, *reg, 10, "controller", gitlab.Ptr(int64(20)))
52+
err = twait.RegexpMatchingInControllerLog(ctx, runcnx, *reg, 10, "controller", gitlab.Ptr(int64(50)))
5353
assert.NilError(t, err)
5454
}
5555

0 commit comments

Comments
 (0)