- Notifications
You must be signed in to change notification settings - Fork914
Commit44ddc9f
authored
chore(agent/agentscripts): increase timeout in TestTimeout (#17293)
Fixescoder/internal#329This was due to a race between the process starting and the timeout ofthe agent startup script executor. I'm taking the 'lazy' route here andincreasing the timeout to 100ms. This does technically mean that thismakes the test 100 times longer to execute. However, if it takes morethan 100ms to run a `sleep infinity` command on our test runner, I thinkwe have other issues.1 parentb1f59aa commit44ddc9f
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
111 |
| - | |
| 111 | + | |
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
|
0 commit comments
Comments
(0)