Skip to content

Commit

Permalink
Merge branch 'main' into becca/env-naiferror
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany authored Feb 23, 2024
2 parents f3cadfb + 4545a8e commit e0f86e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/agent/timemachine/timemachine_darwin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func TestAddExclusions(t *testing.T) {
// we've seen some flake in CI here where the exclusions have not been
// updated by the time we perform assertions, so sleep for a bit to give
// OS some time to catch up
time.Sleep(1 * time.Second)
time.Sleep(3 * time.Second)

// ensure the files are included / excluded as expected
for fileName, shouldBeExcluded := range shouldBeExcluded {
Expand Down

0 comments on commit e0f86e8

Please sign in to comment.