Skip to content
Snippets Groups Projects
Commit f7177483 authored by John Hodge's avatar John Hodge
Browse files

NetTest - Hack around race in runner

parent 7208deb7
Branches
No related merge requests found
files.*.c*
generate_initrd
......@@ -155,6 +155,8 @@ int Stack_SendCommand(const char *Fmt, ...)
write(giStack_InFD, command, len);
write(giStack_InFD, "\n", 1);
// HACK: Sleep to ensure that the child does the command
sleep(1);
return 0;
}
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