Skip to content

Commit

Permalink
Reduce test waiting time
Browse files Browse the repository at this point in the history
  • Loading branch information
DeividasK committed Nov 27, 2024
1 parent 851990d commit 271a5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ targets:
require.NoError(t, err)

// It can take a while before the first report is produced, particularly on CI.
timeout := 8 * time.Minute
timeout := 5 * time.Minute
ctx, cancel := context.WithTimeout(context.Background(), timeout)
defer cancel()

Expand Down

0 comments on commit 271a5db

Please sign in to comment.