Skip to content

Commit

Permalink
test: increased wait period (#2356)
Browse files Browse the repository at this point in the history
Increased wait period for Gitlab settings change to kick in.

Signed-off-by: Matej Vašek <[email protected]>
  • Loading branch information
matejvasek authored Jun 12, 2024
1 parent 75ee35a commit d6b1822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipelines/tekton/gitlab_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func setupGitlabEnv(ctx context.Context, t *testing.T, baseURL, username, passwo

// For some reason the setting update does not kick in immediately.
select {
case <-time.After(time.Second * 30):
case <-time.After(time.Second * 60):
break
case <-ctx.Done():
t.Fatal(ctx.Err())
Expand Down

0 comments on commit d6b1822

Please sign in to comment.