Commit 69a1798
authored
Configure fakeintake override after update env (#43409)
### What does this PR do?
Configure the fakeintake override after update env
### Motivation
It can happen that `UpdateEnv` needs to recreate the fakeintake, which removes the override.
This should fix it.
I needed to increase the timeout as the agent checks api key health every minute in the test, so we need to wait more than 1min.
### Describe how you validated your changes
CI
### Additional Notes
Ideally the framework should be fixed to avoid this issue.
Co-authored-by: pierre.gimalac <[email protected]>1 parent 5acfb51 commit 69a1798
File tree
1 file changed
+9
-8
lines changed- test/new-e2e/tests/agent-subcommands/health
1 file changed
+9
-8
lines changedLines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
| 63 | + | |
57 | 64 | | |
58 | 65 | | |
59 | 66 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | 67 | | |
67 | | - | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | | - | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments