Skip to content

Commit

Permalink
revert timeout change
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Oct 23, 2023
1 parent b380976 commit 0bc94bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration/monitoring_logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func findESDocs(t *testing.T, findFn func() (estools.Documents, error)) estools.
docs, err = findFn()
return err == nil
},
10*time.Minute,
3*time.Minute,
15*time.Second,
)

Expand Down

0 comments on commit 0bc94bb

Please sign in to comment.