Commit df93c4ff authored by Jim Ingham's avatar Jim Ingham
Browse files

Remove some raciness from the TestProcessAttach.test_run_then_attach_wait_interrupt

command.

We were reading the command output right after sending the interrupt, but
sometimes that wasn't long enough for the command result text to have been emitted.
I added a poll for the state change to eStateExited, and then added a bit more sleep
to give the command a chance to complete.
parent 77053421
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment