Skip to content

Commit

Permalink
Reduce timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
liustanley committed Oct 17, 2024
1 parent edafbc7 commit 9b55d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new-e2e/tests/otel/utils/pipelines_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ func TestCalendarApp(s OTelTestSuite) {
logs, err := s.Env().FakeIntake.Client().FilterLogs(calendarService, fakeintake.WithMessageContaining(logBody))
assert.NoError(c, err)
assert.NotEmpty(c, logs)
}, 60*time.Minute, 10*time.Second)
}, 30*time.Minute, 10*time.Second)
}

func createCalendarApp(ctx context.Context, s OTelTestSuite) {
Expand Down

0 comments on commit 9b55d70

Please sign in to comment.