You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The console/printf operations on MCP750 take a considerable amount of time (only 9600 baud serial). It appears some extra assert statements added in this test have made it so even 1000ms is not sufficient. (looks like the ServerFn might be timing out on a write while the client is printing a bunch of asserts, which then causes an error later when the client finally gets to the read).
To Reproduce
Run test on MCP750, observe unexpected timeout error:
Describe the bug
The console/printf operations on MCP750 take a considerable amount of time (only 9600 baud serial). It appears some extra assert statements added in this test have made it so even 1000ms is not sufficient. (looks like the ServerFn might be timing out on a write while the client is printing a bunch of asserts, which then causes an error later when the client finally gets to the read).
To Reproduce
Run test on MCP750, observe unexpected timeout error:
Expected behavior
Test should pass
System observed on:
MCP750 VxWorks 6.9
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: