Skip to content

Commit

Permalink
[Security Solution][Telemetry] Add integration tests (#181927)
Browse files Browse the repository at this point in the history
  • Loading branch information
szaffarano authored Apr 29, 2024
1 parent 57a2727 commit 2cc5109
Show file tree
Hide file tree
Showing 8 changed files with 770 additions and 304 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"build": {
"original": "version: 8.6.0, compiled: Mon Jan 2 23:00:00 2023, branch: 8.6, commit: e2d09ff1b8e49bfb5f8940d317eb4ac96672d956"
},
"id": "123",
"id": "456",
"type": "endpoint",
"version": "8.6.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const asyncUnlink = Util.promisify(Fs.unlink);
*/
export async function eventually<T>(
cb: () => Promise<T>,
duration: number = 30000,
interval: number = 200
duration: number = 60000,
interval: number = 1000
) {
let elapsed = 0;

Expand Down
Loading

0 comments on commit 2cc5109

Please sign in to comment.