Commit f112fbc
committed
Change http reverse proxy test to await TCP port test individually
This commit modifies the http reverse proxy test to await TCP port test individually.
The change ensures that we don't end up in a race condition to grab TCP ports
and the same one is chosen multiple times.1 parent f09a951 commit f112fbc
File tree
1 file changed
+3
-5
lines changed- packages/app/src/cli/utilities/app
1 file changed
+3
-5
lines changedLines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
89 | 87 | | |
90 | 88 | | |
91 | 89 | | |
| |||
0 commit comments