Commit 79faaa3
Increase testing backchannel waiting time to 50ms (project-chip#38788)
* Increase testing backchannel waiting time to 50ms
The merge of project-chip/connectedhomeip@0b7c1c5 now leads to centralized backchannel communication via the file socket which is great, but the very short waiting time of 1ms is a bit short for all cases to reduce flaky tests - especially also when matter.js is used as DuT, so increasing that wait time to 50ms at least should give. more stability for the tests
* 100ms is better and more reliable
* 20ms should also be robust enough
* update comment as requested
* upgrade to 50ms
---------
Co-authored-by: Andrei Litvin <[email protected]>1 parent 141ea37 commit 79faaa3
File tree
1 file changed
+2
-1
lines changed- src/python_testing/matter_testing_infrastructure/chip/testing
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1105 | 1105 | | |
1106 | 1106 | | |
1107 | 1107 | | |
1108 | | - | |
| 1108 | + | |
| 1109 | + | |
1109 | 1110 | | |
1110 | 1111 | | |
1111 | 1112 | | |
| |||
0 commit comments