ci: restore dependency-storing dockerfile
This commit is contained in:
parent
9052dd556a
commit
fe1796cfa7
4 changed files with 95 additions and 29 deletions
|
|
@ -131,7 +131,7 @@ impl Fixture {
|
|||
// wait for connection
|
||||
let fd = unsafe { BorrowedFd::borrow_raw(testwl.poll_fd().as_raw_fd()) };
|
||||
let pollfd = PollFd::from_borrowed_fd(fd, PollFlags::IN);
|
||||
assert!(poll(&mut [pollfd.clone()], -1).unwrap() > 0);
|
||||
assert!(poll(&mut [pollfd.clone()], 1000).unwrap() > 0);
|
||||
testwl.dispatch();
|
||||
|
||||
let try_bool_timeout = |b: &AtomicBool| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue