Commit 1b697fc
committed
Fix tests failing in GitHub Actions
Test `test_run_duplicate_streams_timeout` fails sometimes, and after
some investigations it is found that the process used in the test
exits before considered for a Timeout.
To fix the test, the command is now replaced with another command.
Signed-off-by: Pradyumna Krishna <[email protected]>1 parent 98a5e49 commit 1b697fc
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments